improve installed editors

This commit is contained in:
Felix Van der Jeugt 2015-04-14 01:15:33 +02:00
parent 67d5f6b40d
commit c0124ed79c

5
zshrc
View File

@ -42,6 +42,8 @@ export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
# For vim # For vim
export EDITOR="vim" export EDITOR="vim"
stty -ixon # turn of <C-s> for vimshell stty -ixon # turn of <C-s> for vimshell
alias vi="vim"
alias nano="vim"
# GPG ssh tty # GPG ssh tty
export GPG_TTY=$(tty) export GPG_TTY=$(tty)
@ -50,3 +52,6 @@ source <(envoy -p)
# Syntax highlighting # Syntax highlighting
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 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"