diff options
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 |