- Update & split scripts - Main package install script - Fish / environment install script - Dockerfile for testing locally
8 lines
183 B
Fish
8 lines
183 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
|
|
# pyenv init
|
|
if command -v pyenv 1>/dev/null 2>&1
|
|
pyenv init - | source
|
|
end
|
|
end |