Updated config.fish

This commit is contained in:
Rawley Ivan Fowler 2021-11-29 16:23:05 +00:00
parent 5aeb5097ab
commit 4e6ce2d38c

View file

@ -1,3 +1,6 @@
if status is-interactive
# Commands to run in interactive sessions can go here
set fish_greeting
set -g EDITOR nvim
alias vi=nvim
alias vim=nvim
end