rmm-scripts/config-files/config.fish

14 lines
221 B
Fish
Raw Normal View History

2024-07-24 19:09:09 +00:00
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