fish: fix typo

This commit is contained in:
inkch 2025-01-14 15:26:46 +09:00
parent 1e79cbba99
commit c5a650956b

View File

@ -151,7 +151,7 @@ if type -q vidir;
set -x VIDIR_EDITOR_ARGS '-c :set nolist | :set ft=vidir-ls'
end
if type -q stack: # Haskell
if type -q stack; # Haskell
set -x STACK_ROOT "$XDG_DATA_HOME"/stack
end