Use neovim and waterfox by default

This commit is contained in:
Donovan Glover 2018-01-03 23:10:45 -05:00
parent 3cd1e065bd
commit 1a74691fa2
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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/*"'