From 1a74691fa23f59d68b96f708c1ec3c56b74d6393 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 3 Jan 2018 23:10:45 -0500 Subject: [PATCH] Use neovim and waterfox by default --- dotfiles/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 943728c6..94c9040e 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -18,9 +18,9 @@ # ################################################################################## -export VISUAL="vim" -export EDITOR="vim" -export BROWSER="inox" +export VISUAL="nvim" +export EDITOR="nvim" +export BROWSER="waterfox" # Use rg instead of ag / ack / grep for fzf (much faster) export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'