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