mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 14:18:37 +01:00
Use neovim and waterfox by default
This commit is contained in:
parent
3cd1e065bd
commit
1a74691fa2
@ -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/*"'
|
||||
|
Loading…
Reference in New Issue
Block a user