public
Description: An attempt to standardize my bash init files
Clone URL: git://github.com/JackDanger/jackbash.git
Search Repo:
not sure how these got out of sync
JackDanger (author)
Fri Apr 18 09:47:28 -0700 2008
commit  fa65fec7e638a6e26bbbe9dc8722b486d2130e37
tree    f9518ea79d4690bafc4f26336ba7d211e2452dd2
parent  11a44229ce81886c4ffddf1bfa2b99891644dea0
0
git
...
1
2
3
4
5
...
 
 
1
2
3
0
@@ -1,5 +1,3 @@
0
-source `dirname $BASH_ARGV`/git_prompt
0
-
0
 alias gs='git status'
0
 alias gl='git pull'
0
 alias gp='git push'
0
rc
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 dir=`dirname $BASH_ARGV`
0
-source $dir/common
0
+source $dir/terminal
0
 source $dir/git
0
 source $dir/svn
0
 source $dir/rails

Comments

    No one has commented yet.