projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393dd7f
)
use env variable whenever possible
author
patrick nsukami
<ndkpatt@gmail.com>
Wed, 3 Dec 2014 05:51:46 +0000
(
05:51
+0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Wed, 3 Dec 2014 05:51:46 +0000
(
05:51
+0000)
.bashrc
patch
|
blob
|
history
diff --git
a/.bashrc
b/.bashrc
index
6bb60f6
..
9e9210a
100644
(file)
--- a/
.bashrc
+++ b/
.bashrc
@@
-4,7
+4,7
@@
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
-export PATH=$PATH:
/home/nsukami
/bin
+export PATH=$PATH:
$HOME
/bin
# If not running interactively, don't do anything
case $- in