added 'bash-conf-work' (for work specific paths and alias), among others
This commit is contained in:
7
bash-conf-work/.bash_alias
Normal file
7
bash-conf-work/.bash_alias
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# ~/.bash_alias
|
||||
#
|
||||
|
||||
# xilinx specific aliases
|
||||
alias petalinux-source='source ~/repos/docker-petalinux2/etc/petalin2.sh'
|
||||
alias xilinx-vivado-source='source ~/tools/Xilinx/Vivado/2021.1/settings64.sh'
|
||||
9
bash-conf-work/.bash_profile
Normal file
9
bash-conf-work/.bash_profile
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
# extend paths
|
||||
export PATH="$PATH:~/tools/Xilinx/Vivado/2021.1/bin"
|
||||
|
||||
# vivado license
|
||||
export XILINXD_LICENSE_FILE=26140@aberdeen.zhaw.ch
|
||||
Reference in New Issue
Block a user