Files
dotfiles/bash-conf-work/.bash_profile

13 lines
207 B
Bash

#
# ~/.bash_profile
#
# extend paths
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)"