public
Description: dotfiles of my macbook
Clone URL: git://github.com/anildigital/dotfiles.git
Added bashrc and aliases
anildigital (author)
Sun May 18 19:23:41 -0700 2008
commit  2cde7f8cd602924cc558b9a1d850e2b9376945d9
tree    49026a7ab6e03fdea954a7df175d5971431a873f
parent  4485be97c44ff4661fce3abde04ffcb64769ba3a
0
bash_profile 100644 →
...
1
2
 
 
 
...
 
 
1
2
3
0
@@ -1,2 +1,3 @@
0
-export PATH=/sw/bin:/sw/sbin:/opt/local/bin:/usr/local/bin:/opt/local/sbin:/usr/local/mysql/bin:/Users/anilwadghule/installs/airsdk/bin:/Users/anilwadghule/code/jruby-1.1/bin:/Applications/Shoes.app/Contents/MacOS:${PATH}
0
-export PERL5LIB="/usr/local/svn/perl/darwin-thread-multi-2level"
0
+if [ -f ~/.bashrc ]; then
0
+ . ~/.bashrc
0
+fi
...
1
 
...
1
2
0
@@ -1 +1,2 @@
0
 hardstatus alwayslastline "%{bk}%?%-Lw%?%{wb}%n*%f %t%?(%u)%?%{bk}%?%+Lw%= %{mk}@ %H %{ck}%Y%{bk}-%{ck}%m%{bk}-%{ck}%d %{yk}%D %{gk}%c"
0
+altscreen on

Comments

    No one has commented yet.