Files
server-confs/debian/.config/fish/config.fish
T
2026-07-16 19:16:40 +02:00

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