Files
ubuntu-fish-dotfiles/fish/config.fish
T31M 0456dba5d1 (feat) Update dotfile scripts & tooling
- Update & split scripts
- Main package install script
- Fish / environment install script
- Dockerfile for testing locally
2023-10-31 17:19:40 +01:00

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