From 00fa780fc01bdf2c0267370f23e5bf5065ded82d Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Wed, 9 Jan 2019 14:18:27 -0500 Subject: [PATCH] Added private alias file call, for things that shouldn't be publicly gited --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index e2c6fa1..ccd2947 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -69,6 +69,8 @@ alias in='task add +in' alias rtask="task rc:/home/kellya/.taskrc_tinslin" #eval "$(ntfy shell-integration)" source /usr/share/gems/gems/tmuxinator-0.6.11/completion/tmuxinator.zsh +source ~/.private_aliases + #Aliases alias dum='du -sh *|egrep ".*\.?[0-9]M"'