Deleted obsolete rumacly aliase

This commit is contained in:
2013-03-09 01:42:00 +02:00
parent bdc8acca6b
commit 402584b052
+8 -2
View File
@@ -14,8 +14,6 @@ alias mountinfo="mount | column -t"
alias meminfo="free -mlt"
alias driveinfo="df -H"
alias rumacly="cd ~/Dropbox/Git/rumacly"
# Launchers
@@ -33,6 +31,14 @@ cdl() {
ls -a;
}
function tabname {
printf "\e]1;$1\a"
}
function winname {
printf "\e]2;$1\a"
}
export PATH=${PATH}:~/Downloads/Apps/adt-bundle-mac-x86_64/sdk/tools
export PATH=${PATH}:~/Downloads/Apps/adt-bundle-mac-x86_64/sdk/platform-tools