Add kite wrapper to .local/bin; add .local/bin to path

This commit is contained in:
Philip Henning 2020-01-03 23:03:48 +01:00
parent 93b204682c
commit 7681cba60a
3 changed files with 8 additions and 1 deletions

View file

@ -11,7 +11,7 @@ export ANSIBLE_NOCOWS=1
if [ -d "$HOME/.bin" ] ; then
export PATH="$HOME/.bin:$PATH"
fi
# Includ ~/.local/bin to PATH
# Include ~/.local/bin to PATH
if [ -d "$HOME/.local/bin" ] ; then
export PATH="$HOME/.local/bin:$PATH"
fi