From c0124ed79cbddeaa98d133bfcd403d9323fbaaad Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 14 Apr 2015 01:15:33 +0200 Subject: [PATCH] improve installed editors --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index 83d3f80..d810d9a 100644 --- a/zshrc +++ b/zshrc @@ -42,6 +42,8 @@ export GEM_HOME="$(ruby -e 'puts Gem.user_dir')" # For vim export EDITOR="vim" stty -ixon # turn of for vimshell +alias vi="vim" +alias nano="vim" # GPG ssh tty export GPG_TTY=$(tty) @@ -50,3 +52,6 @@ source <(envoy -p) # Syntax highlighting source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +# Don't type that config location al the time. +alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"