From 85258644591c63cc24c8608d2c1d7331edba9f7d Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 5 Mar 2020 21:18:50 +0100 Subject: xmonad volume --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index d3e78b2..f445d93 100644 --- a/.zshrc +++ b/.zshrc @@ -2,6 +2,9 @@ # zshrc # ############### +# load aliases +source $DOTFILES/.zsh_aliases + # pure prompt export FPATH="$FPATH:$HOME/.zsh/pure" ZSH_THEME="pure" @@ -66,7 +69,5 @@ export EDITOR="vim" # set tab to 4 spaces tabs 4 -source $DOTFILES/.zsh_aliases - # prompt syntax highlight source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -- cgit