Updated config.fish
This commit is contained in:
parent
5aeb5097ab
commit
4e6ce2d38c
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
if status is-interactive
|
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
|
end
|
||||||
|
|
Loading…
Reference in a new issue