(bash-conf-home) renamed from bash-conf-private
This commit is contained in:
4
bash-conf-home/.bash_alias
Normal file
4
bash-conf-home/.bash_alias
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# ~/.bash_alias
|
||||
#
|
||||
|
||||
11
bash-conf-home/.bash_profile
Normal file
11
bash-conf-home/.bash_profile
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
scripts="${HOME}/dotfiles/scripts"
|
||||
if [[ -d "${scripts}" ]]; then
|
||||
export PATH="${PATH}:${scripts}"
|
||||
fi
|
||||
unset scripts
|
||||
|
||||
export PATH="$PATH:$HOME/repos/jlink"
|
||||
Reference in New Issue
Block a user