v.licheni.net
/
stack
/
conf
/
bash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added ~/bin in $PATH
[stack/conf/bash.git]
/
bashrc
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
+
+export PATH="~/bin:$PATH"