mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Deleted obsolete rumacly aliase
This commit is contained in:
+8
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user