Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
80e734f
)
Can't forget to source the custom aliases!
author
Mark Szymanski
<mrman208@me.com>
Tue, 14 Jun 2011 03:05:45 +0000
(22:05 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Tue, 14 Jun 2011 03:05:45 +0000
(22:05 -0500)
bash_it.sh
patch
|
blob
|
history
diff --git
a/bash_it.sh
b/bash_it.sh
index
1dde450
..
3dd3d7a
100644
(file)
--- a/
bash_it.sh
+++ b/
bash_it.sh
@@
-48,6
+48,8
@@
do
source $config_file
done
+source "${BASH}/aliases/custom.aliases.bash"
+
# Custom
CUSTOM="${BASH}/custom/*.bash"
for config_file in $CUSTOM