summaryrefslogtreecommitdiff
path: root/dot_local/share/toasty/source/aliases.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/share/toasty/source/aliases.zsh')
-rw-r--r--dot_local/share/toasty/source/aliases.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_local/share/toasty/source/aliases.zsh b/dot_local/share/toasty/source/aliases.zsh
new file mode 100644
index 0000000..69b9c24
--- /dev/null
+++ b/dot_local/share/toasty/source/aliases.zsh
@@ -0,0 +1,4 @@
+# Various common aliases
+
+alias grep='grep --color=auto'
+alias ls='ls --color=auto' ll='ls -lh' l=ll la='l -a'