v.licheni.net
/
stack
/
conf
/
bash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
231cc67
)
added ~/bin in $PATH
master
author
stack
<stack@inventati.org>
Thu, 11 Apr 2013 21:20:16 +0000
(23:20 +0200)
committer
stack
<stack@inventati.org>
Thu, 11 Apr 2013 21:20:34 +0000
(23:20 +0200)
bashrc
patch
|
blob
|
history
diff --git
a/bashrc
b/bashrc
index
b0542a9
..
8e38135
100644
(file)
--- a/
bashrc
+++ b/
bashrc
@@
-106,3
+106,5
@@
fi
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
+
+export PATH="~/bin:$PATH"