added starship starting command to .bash_profile for both private and work configs

This commit is contained in:
quak
2024-10-02 23:37:46 +02:00
parent 685fdcca9f
commit 09fdd443cb
2 changed files with 5 additions and 0 deletions

View File

@@ -2,3 +2,5 @@
# ~/.bash_profile # ~/.bash_profile
# #
# start starship
eval "$(starship init bash)"

View File

@@ -7,3 +7,6 @@ export PATH="$PATH:~/tools/Xilinx/Vivado/2021.1/bin"
# vivado license # vivado license
export XILINXD_LICENSE_FILE=26140@aberdeen.zhaw.ch export XILINXD_LICENSE_FILE=26140@aberdeen.zhaw.ch
# start starship
eval "$(starship init bash)"