2023-11-10 01:31:15 +00:00
|
|
|
if status is-interactive
|
|
|
|
# Commands to run in interactive sessions can go here
|
|
|
|
end
|
|
|
|
|
|
|
|
# set greeting to text
|
2024-05-05 02:35:58 +00:00
|
|
|
set -g fish_greeting ''
|
|
|
|
#function fish_greeting
|
|
|
|
# cowfortune
|
|
|
|
#end
|
2023-11-10 01:31:15 +00:00
|
|
|
|
|
|
|
# start starship prompt
|
|
|
|
starship init fish | source
|
|
|
|
|
|
|
|
# import bash_aliases
|
|
|
|
source ~/.bash_aliases
|
|
|
|
|
|
|
|
set -gx EDITOR nvim
|
2024-04-28 12:39:55 +00:00
|
|
|
|
|
|
|
set -gx DATABASE_URL user=miniflux password=Z5l3KVoEXY dbname=miniflux sslmode=disable
|