added fish shell configuration file

This commit is contained in:
Mike G 2023-11-09 20:31:15 -05:00
parent 5ae95471a4
commit 397801e32e

17
.config/fish/config.fish Normal file
View file

@ -0,0 +1,17 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
# set greeting to text
set -g fish_greeting 'Hey, sup?'
# function fish_greeting
# cowfortune
# end
# start starship prompt
starship init fish | source
# import bash_aliases
source ~/.bash_aliases
set -gx EDITOR nvim