From 9610f2882a877ad573a585de421dee9bf66abe78 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 7 Apr 2016 15:07:13 +0100 Subject: Set nvim as default editor --- zsh/alias | 2 ++ zsh/plugins | 1 + zsh/zshrc | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/alias b/zsh/alias index eec0c35..7da7fb5 100644 --- a/zsh/alias +++ b/zsh/alias @@ -28,3 +28,5 @@ alias mca='make clean-all' # Tmux alias son="tmux set -g status on" alias soff="tmux set -g status off" + +unalias ag diff --git a/zsh/plugins b/zsh/plugins index 116c694..d1f5bad 100644 --- a/zsh/plugins +++ b/zsh/plugins @@ -31,6 +31,7 @@ if ! zgen saved; then # Other plugins zgen load rupa/z + zgen load supercrabtree/k zgen load djui/alias-tips zgen load tarruda/zsh-autosuggestions zgen load joel-porquet/zsh-dircolors-solarized diff --git a/zsh/zshrc b/zsh/zshrc index 7f0d181..ee46766 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -17,7 +17,7 @@ bindkey '^N' history-beginning-search-forward export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/bin/core_perl:/home/urbain/bin" # Editor -export EDITOR=/usr/bin/vim +export EDITOR=/usr/bin/nvim # Fix tmux colors if [[ -n ${TMUX} && -n ${commands[tmux]} ]];then -- cgit v1.2.3