summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-02-22 16:24:47 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:04:46 (GMT)
commit3fa6586955df7921697a8c6cbba5313068f479d3 (patch)
tree28c23cbea6e089eb3edbb0a76b9c75d852ff42dc /.zshrc
parentd58ec8f30e95e574b5b34919321e856e56f89d4f (diff)
downloaddotfiles-3fa6586955df7921697a8c6cbba5313068f479d3.zip
dotfiles-3fa6586955df7921697a8c6cbba5313068f479d3.tar.gz
dotfiles-3fa6586955df7921697a8c6cbba5313068f479d3.tar.bz2
zsh: Add simple alias support to zsh
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 91327ac..b516b3b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -9,3 +9,6 @@ zstyle :compinstall filename '/home/oliver/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
+
+# Alias definitions.
+[[ -f ~/.zsh/aliases ]] && source ~/.zsh/aliases