-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
/home/mvala/bin is added to the begining of $PATH
- Loading branch information
Martin Vala
committed
Jul 17, 2015
1 parent
eeb574d
commit 22653b2
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |