Auto Update
This commit is contained in:
parent
c8165c2460
commit
f2df9247b8
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ export TERM=xterm-color
|
||||||
# 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+=":$HOME/bin"
|
[[ -d "$HOME/bin" ]] && PATH+=":$HOME/bin"
|
||||||
[[ -d "$HOME/.local/bin" ]] && PATH+=":$HOME/.local/bin"
|
[[ -d "$HOME/.local/bin" ]] && PATH+=":$HOME/.local/bin"
|
||||||
|
[[ -d "$HOME/scipts/bin" ]] && PATH+=":$HOME/scripts/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