Auto Update
This commit is contained in:
parent
07fdbe0495
commit
8a63dfea06
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ export TERM=xterm-color
|
|||
[[ -f ~/.bash_aliases ]] && . ~/.bash_aliases
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
[[ -d "$HOME/bin" ]] && PATH="$PATH:$HOME/bin"
|
||||
[[ -d "$HOME/.local/bin" ]] && PATH="$PATH:$HOME/.local/bin"
|
||||
[[ -d "$HOME/bin" ]] && PATH+="$PATH:$HOME/bin"
|
||||
[[ -d "$HOME/.local/bin" ]] && PATH+="$PATH:$HOME/.local/bin"
|
||||
|
||||
# source misc user scripts
|
||||
if [ -d ~/git/dotfiles/source ]; then
|
||||
|
|
Loading…
Reference in a new issue