diff --git a/.bashrc b/.bashrc index ae4128b..4e01b1c 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,6 @@ +export PATH="$PATH:$HOME/bin" + if [ -f $HOME/.bash_aliases ]; then source $HOME/.bash_aliases fi