Add .profile
This commit is contained in:
parent
124a980832
commit
c11ba09a36
2 changed files with 11 additions and 0 deletions
10
.profile
Normal file
10
.profile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# set PATH so it includes user's private bin if it exists
|
||||||
|
if [ -d "$HOME/bin" ] ; then
|
||||||
|
PATH="$HOME/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# set PATH so it includes user's private bin if it exists
|
||||||
|
if [ -d "$HOME/.local/bin" ] ; then
|
||||||
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
1
.zshrc
1
.zshrc
|
@ -42,5 +42,6 @@ if [ -z "$TMUX" ]; then
|
||||||
tmux attach -t Default || tmux new -s Default
|
tmux attach -t Default || tmux new -s Default
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source .profile
|
||||||
source .aliases
|
source .aliases
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue