17 lines
282 B
Fish
17 lines
282 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
starship init fish | source
|
|
|
|
# exports
|
|
# exports
|
|
#set -gx PATH $HOME/.local/bin $PATH
|
|
|
|
# exports
|
|
set -gx PATH $HOME/.local/bin $PATH
|
|
|
|
# disable greet
|
|
set --erase fish_greeting
|
|
set fish_greeting
|