diff options
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ rm() { | |||
117 | /bin/rm $@ | 117 | /bin/rm $@ |
118 | } | 118 | } |
119 | config(){ cd ~/.config/$1; } | 119 | config(){ cd ~/.config/$1; } |
120 | alias cdapp='cd /usr/share/applications/' | ||
120 | alias sound="echo -ne '\a'" | 121 | alias sound="echo -ne '\a'" |
121 | alias hg='history | grep' | 122 | alias hg='history | grep' |
122 | prompt-vim() { | 123 | prompt-vim() { |