From 9f1466a8fb7c14a3d522d16f8accf6d4d47d440d Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 5 Sep 2019 11:49:18 -0400 Subject: use vim instead of nvim --- templates/.zsh/aliases.zsh | 2 +- templates/.zsh/env.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/.zsh') diff --git a/templates/.zsh/aliases.zsh b/templates/.zsh/aliases.zsh index f9207fa..774951e 100644 --- a/templates/.zsh/aliases.zsh +++ b/templates/.zsh/aliases.zsh @@ -35,7 +35,7 @@ alias dcd="docker-compose down" alias dcud="docker-compose up -d" # edit -alias e="nvim" +alias e="vim" # pass alias pc="pass --clip" diff --git a/templates/.zsh/env.zsh b/templates/.zsh/env.zsh index ab28046..7af9059 100644 --- a/templates/.zsh/env.zsh +++ b/templates/.zsh/env.zsh @@ -4,7 +4,7 @@ export PASSWORD_STORE_GENERATED_LENGTH=64 export GOPATH="$PROJECTS" export LSCOLORS="exfxcxdxbxegedabagacad" export CLICOLOR=true -export EDITOR=nvim +export EDITOR=vim export LICENSE_FULL_NAME="Ben Burwell" export WWW_HOME="https://duckduckgo.com/" export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow -g "!{.git,node_modules}/*" 2> /dev/null' -- cgit v1.2.3