summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorHorus32014-04-27 18:14:37 +0200
committerHorus32014-04-27 18:14:37 +0200
commitb8bc1ad2af6aab7f9dd3937c78dab76b0c32bdca (patch)
treeb14c388384dd8fff1450f8498e691785850e1011 /zsh/.zshrc
parent1cae96dbcaf032d417ebf8d7e49a8577c84ad9f9 (diff)
downloaddotfiles-b8bc1ad2af6aab7f9dd3937c78dab76b0c32bdca.tar.gz
Vim mapping and zsh alias.
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 612f5c1..95c5018 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -3325,3 +3325,11 @@ fi
if [ -f ~/.zsh_dirstack ]; then
. ~/.zsh_dirstack
fi
+
+if [ -f ~/.zsh_prog ]; then
+ . ~/.zsh_prog
+fi
+
+if [ -f ~/.zshrc_orig ]; then
+ . ~/.zshrc_orig
+fi