aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias3
1 files changed, 2 insertions, 1 deletions
diff --git a/alias b/alias
index 88dcbf1..abb1281 100644
--- a/alias
+++ b/alias
@@ -119,7 +119,8 @@ file.size() {
119 }' 119 }'
120} 120}
121highlight() { grep --color -E "$1|\$"; } 121highlight() { grep --color -E "$1|\$"; }
122alias null='cat /dev/null' 122alias iso8601='date --iso-8601=minutes'
123
123 124
124# pacman 125# pacman
125alias pac='sudo pacman -S' # pacman install 126alias pac='sudo pacman -S' # pacman install