From 746cb2459a08c7c71eff6497697603cac5f37915 Mon Sep 17 00:00:00 2001 From: Eragos Date: Sat, 23 Apr 2016 18:36:35 +0200 Subject: [PATCH] migrate --- .zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zshrc b/.zshrc index 194b749..cb6267f 100644 --- a/.zshrc +++ b/.zshrc @@ -82,3 +82,10 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" + +# make less more friendly for non-text input files, see lesspipe(1) +[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)" + +# load functions +[[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions" +[[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc" \ No newline at end of file