summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 8de8f86..b01102d 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -292,6 +292,8 @@ linux: alias du='du -shD' ||
linux: alias ls='ls -h --color=auto' ||
alias ls='ls -h'
+[[ -n ${commands[bsdtar]} ]] && alias tar=bsdtar
+
## enable alias expansion
alias exec='exec '
alias sudo='sudo '