Rename config.fish to fish/config.fish

This commit is contained in:
Rawley Fowler 2022-04-29 13:19:49 -06:00 committed by GitHub
parent 0c0914f459
commit 4f3fe1828c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
fish/config.fish Normal file
View file

@ -0,0 +1,8 @@
if status is-interactive
set fish_greeting
set TERM "st"
set EDITOR "nvim"
set VISUAL "nvim"
alias vim='nvim'
alias vi='nvim'
end