(bash-conf-[private/work]) added scripts to path, removed sourcing of
`.bashrc`
This commit is contained in:
@@ -2,8 +2,10 @@
|
|||||||
# ~/.bash_profile
|
# ~/.bash_profile
|
||||||
#
|
#
|
||||||
|
|
||||||
if [[ -n "$USER" ]]; then
|
scripts="${HOME}/dotfiles/scripts"
|
||||||
source "/home/$USER/.bashrc"
|
if [[ -d "${scripts}" ]]; then
|
||||||
|
export PATH="${PATH}:${scripts}"
|
||||||
fi
|
fi
|
||||||
|
unset scripts
|
||||||
|
|
||||||
export PATH="$PATH:$HOME/repos/jlink"
|
export PATH="$PATH:$HOME/repos/jlink"
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# extend paths
|
# extend paths
|
||||||
|
scripts="${HOME}/dotfiles/scripts"
|
||||||
|
if [[ -d "${scripts}" ]]; then
|
||||||
|
export PATH="${PATH}:${scripts}"
|
||||||
|
fi
|
||||||
|
unset scripts
|
||||||
|
|
||||||
export PATH="$PATH:$HOME/tools/Xilinx/Vivado/2021.1/bin"
|
export PATH="$PATH:$HOME/tools/Xilinx/Vivado/2021.1/bin"
|
||||||
export PATH="$PATH:$HOME/tools/jlink_linux"
|
export PATH="$PATH:$HOME/tools/jlink_linux"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user