diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-10 09:31:11 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-10 09:31:11 +0800 |
commit | 9339a49fcbefeacd810800da39516853ce9e3af3 (patch) | |
tree | ed179231cb62706392413fac0725695c83f5439a | |
parent | 6dbce9a02ba66256e46409bbc6abbec00a81b633 (diff) |
foo
-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() { |