Add vim as default editor in fish
This commit is contained in:
@ -7,5 +7,6 @@
|
|||||||
#
|
#
|
||||||
set -g theme_nerd_fonts yes
|
set -g theme_nerd_fonts yes
|
||||||
set -g GPG_TTY (tty)
|
set -g GPG_TTY (tty)
|
||||||
|
set -g EDITOR vim
|
||||||
|
|
||||||
function fish_mode_prompt; end
|
function fish_mode_prompt; end
|
||||||
|
|||||||
Reference in New Issue
Block a user