14 lines
221 B
Fish
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
|