diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-10 12:12:58 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-10 12:12:58 +0800 |
commit | c29753021076bd40c9855c82a51a2be510da5178 (patch) | |
tree | 7b719d038aa37de1e6ca796ae5aa8df36a56cada /alias | |
parent | 8cfbd81ac274e8a3521e89faba28f6677f9cef0c (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ file.size() { | |||
118 | }' | 118 | }' |
119 | } | 119 | } |
120 | highlight() { grep --color -E "$1|\$"; } | 120 | highlight() { grep --color -E "$1|\$"; } |
121 | alias null='cat /dev/null' | ||
121 | 122 | ||
122 | # pacman | 123 | # pacman |
123 | alias pac='sudo pacman -S' # pacman install | 124 | alias pac='sudo pacman -S' # pacman install |