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