Skip to content

Commit

Permalink
/home/mvala/bin is added to the begining of $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vala committed Jul 17, 2015
1 parent eeb574d commit 22653b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export EDITOR="vim"
export CDPATH=".:~:~/git"

# Adds $HOME/bin to PATH
export PATH="$PATH:$HOME/bin"
export PATH="$HOME/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"

# Alias
Expand Down Expand Up @@ -53,4 +53,3 @@ alias blade01="ssh -f -L 8081:192.168.36.231:80 [email protected] -N"
#fi
# end ALICE stuff

#source ~/.config/.prompt.sh

0 comments on commit 22653b2

Please sign in to comment.