mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +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 VISUAL="nvim"
|
||||||
export EDITOR="vim"
|
export EDITOR="nvim"
|
||||||
export BROWSER="inox"
|
export BROWSER="waterfox"
|
||||||
|
|
||||||
# Use rg instead of ag / ack / grep for fzf (much faster)
|
# Use rg instead of ag / ack / grep for fzf (much faster)
|
||||||
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
|
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
|
||||||
|
Loading…
Reference in New Issue
Block a user