dotfiles/.config/fish/config.fish
2024-09-09 14:42:57 -04:00

19 lines
384 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
# set greeting to text
set -g fish_greeting ''
#function fish_greeting
# cowfortune
#end
# start starship prompt
starship init fish | source
# import bash_aliases
source ~/.bash_aliases
set -gx EDITOR hx
set -gx DATABASE_URL user=miniflux password=Z5l3KVoEXY dbname=miniflux sslmode=disable