Add files via upload

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

8
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