diff --git a/dot_config/private_fish/env.fish.tmpl b/dot_config/private_fish/env.fish.tmpl index 8abfb90..2494f99 100644 --- a/dot_config/private_fish/env.fish.tmpl +++ b/dot_config/private_fish/env.fish.tmpl @@ -174,7 +174,7 @@ if type -q calibre; set -x CALIBRE_USE_DARK_PALETTE 1 end -if type -q ksshaskpass: +if type -q ksshaskpass set -x SSH_ASKPASS (which ksshaskpass) set -x SUDO_ASKPASS (which ksshaskpass) end