rmm-scripts/config-files/config.fish
2024-07-24 13:39:15 -07:00

14 lines
221 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
set -U fish_greeting ""
# pyenv init
if command -v pyenv 1>/dev/null 2>&1
pyenv init - | source
end
starship init fish | source