fish: fix typo

This commit is contained in:
inkch 2025-01-14 15:27:09 +09:00
parent 319a2750b7
commit f37136c653

View File

@ -174,7 +174,7 @@ if type -q calibre;
set -x CALIBRE_USE_DARK_PALETTE 1 set -x CALIBRE_USE_DARK_PALETTE 1
end end
if type -q ksshaskpass: if type -q ksshaskpass
set -x SSH_ASKPASS (which ksshaskpass) set -x SSH_ASKPASS (which ksshaskpass)
set -x SUDO_ASKPASS (which ksshaskpass) set -x SUDO_ASKPASS (which ksshaskpass)
end end