adding custom bin directory
This commit is contained in:
parent
cd5c1081c9
commit
5278b9f5c7
1 changed files with 5 additions and 0 deletions
5
.bashrc
5
.bashrc
|
@ -26,6 +26,11 @@ if [ -d "$HOME/.gem/ruby" ]; then
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Custom bin directory
|
||||||
|
if [ -d "$HOME/bin" ]; then
|
||||||
|
export PATH="$PATH:$HOME/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
OS_TYPE=$(echo "$OSTYPE" | sed 's/\([a-zA-Z_\-]*\).*/\1/g')
|
OS_TYPE=$(echo "$OSTYPE" | sed 's/\([a-zA-Z_\-]*\).*/\1/g')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue