blanked greeting in fish config, added gruvbox theme to nvim and switched to using it
This commit is contained in:
parent
30b328c2d9
commit
b66d940330
4 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue