Format all files

This commit is contained in:
Manuel Thalmann 2024-10-06 21:25:34 +02:00
commit 59708b8f04
110 changed files with 1439 additions and 1484 deletions
scripts/Common/Software/pyenv

View file

@ -17,10 +17,10 @@ begin
'export PYENV_ROOT="$HOME/.pyenv"' \
'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' \
'eval "$(pyenv init -)"'
end | installBashProfile "pyenv" > /dev/null
end | installBashProfile pyenv >/dev/null
if type -q fish
installFishProfile "pyenv" "pyenv" "pyenv init - | source"
installFishProfile pyenv pyenv "pyenv init - | source"
end
end