Open coolaj86 opened 2 years ago
The pyenv installer needs to test for the existence of zsh and fish and then update the appropriate config files.
Fish does NOT have a config directory or file by default. Here are some places to check to see if fish is installed.
~/.local/share/fish/fish_history
~/.config/fish
${WEBI_OPT_PATH}/fish
"$(command -v fish)"
The pyenv installer needs to test for the existence of zsh and fish and then update the appropriate config files.
Fish does NOT have a config directory or file by default. Here are some places to check to see if fish is installed.
~/.local/share/fish/fish_history
~/.config/fish
${WEBI_OPT_PATH}/fish
"$(command -v fish)"