diff --git a/bash-conf-private/.bash_profile b/bash-conf-private/.bash_profile index 8bac9fa..fd70723 100644 --- a/bash-conf-private/.bash_profile +++ b/bash-conf-private/.bash_profile @@ -2,3 +2,5 @@ # ~/.bash_profile # +# start starship +eval "$(starship init bash)" diff --git a/bash-conf-work/.bash_profile b/bash-conf-work/.bash_profile index 4db8580..0658f86 100644 --- a/bash-conf-work/.bash_profile +++ b/bash-conf-work/.bash_profile @@ -7,3 +7,6 @@ export PATH="$PATH:~/tools/Xilinx/Vivado/2021.1/bin" # vivado license export XILINXD_LICENSE_FILE=26140@aberdeen.zhaw.ch + +# start starship +eval "$(starship init bash)"