Tweak aliases and bash profile.

This commit is contained in:
Artem Sapegin
2012-10-15 15:00:57 +04:00
parent bdb80771c6
commit 1949caff33
3 changed files with 18 additions and 16 deletions

View File

@ -1,9 +0,0 @@
# Copyright 2009 Daniel Jackoway
# released under the MIT License
# see COPYING for the full text
function gitr {
while [ ! -d .git -a ! -f '.this_is_root' -a `pwd` != "/" ]
do
cd "..";
done
}