rmm-scripts/config-files/config.fish
2024-07-24 12:09:09 -07:00

16 lines
255 B
Fish

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