added starship starting command to .bash_profile for both private and work configs
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
# ~/.bash_profile
|
# ~/.bash_profile
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# start starship
|
||||||
|
eval "$(starship init bash)"
|
||||||
|
|||||||
@@ -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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user