smaller updates

This commit is contained in:
Tobias Schmidl 2016-12-07 17:02:17 +01:00
parent c658f89b56
commit db4a6dc9bd
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ then
[ -n "$BASH_VERSION" -a -r "$HOME/.bashrc" ] && . "$HOME/.bashrc"
# set PATH so it includes user's private bin if it exists
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
[ -f "$HOME/bin/set_environ.sh" ] && . "$HOME/bin/set_environ.sh";