diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-25 20:25:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-25 20:25:59 +0800 |
commit | 080dab9bb23067d2a389ae2867bed583546da22e (patch) | |
tree | 2f873899d02abe225d355ad2c86401c7adcf0173 /alias | |
parent | 1cb9d75d3e150b44614f908066a565ef36b32741 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ file.size() { | |||
120 | printf("%3d%s: %6d\n", a[1],substr("kMGTEPYZ",a[2]+1,1),$2) | 120 | printf("%3d%s: %6d\n", a[1],substr("kMGTEPYZ",a[2]+1,1),$2) |
121 | }' | 121 | }' |
122 | } | 122 | } |
123 | highlight() { grep --color -E "$1|\$"; } | ||
123 | 124 | ||
124 | # pacman | 125 | # pacman |
125 | alias pac='sudo pacman -S' # pacman install | 126 | alias pac='sudo pacman -S' # pacman install |