diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-09 10:46:17 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-09 10:46:17 +0800 |
| commit | 3d3431758f62eaf0ce65a4003770178e50986b2e (patch) | |
| tree | 1832173b49c6e08d90320107bdfd8b50fa3662fa /alias | |
| parent | f6a075b34f12d0e665234f0c5c5bc796d29b5b5d (diff) | |
Update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -119,7 +119,8 @@ file.size() { | |||
| 119 | }' | 119 | }' |
| 120 | } | 120 | } |
| 121 | highlight() { grep --color -E "$1|\$"; } | 121 | highlight() { grep --color -E "$1|\$"; } |
| 122 | alias null='cat /dev/null' | 122 | alias iso8601='date --iso-8601=minutes' |
| 123 | |||
| 123 | 124 | ||
| 124 | # pacman | 125 | # pacman |
| 125 | alias pac='sudo pacman -S' # pacman install | 126 | alias pac='sudo pacman -S' # pacman install |