blanked greeting in fish config, added gruvbox theme to nvim and switched to using it

This commit is contained in:
Mike G 2024-05-04 22:35:58 -04:00
parent 30b328c2d9
commit b66d940330
4 changed files with 9 additions and 5 deletions

View file

@ -3,10 +3,10 @@ if status is-interactive
end
# set greeting to text
set -g fish_greeting 'Hey, sup?'
# function fish_greeting
# cowfortune
# end
set -g fish_greeting ''
#function fish_greeting
# cowfortune
#end
# start starship prompt
starship init fish | source