Format all files
This commit is contained in:
parent
f2abbe8561
commit
59708b8f04
110 changed files with 1439 additions and 1484 deletions
scripts/Common/Software/pyenv
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue