zsh/darwin: integrate with kitty
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -8,7 +8,7 @@ inherit (pkgs) stdenv; lsOptions = if stdenv.isDarwin then "-p" - else "-v --group-directories-first"; + else "-v --group-directories-first --hyperlink=auto"; lsIsoDate = if stdenv.isDarwin then ""@@ -224,5 +224,5 @@ else "" ); }; - home.file."${zshrc}".onChange = "${pkgs.zsh}/bin/zsh -i -c 'autoload -Uz compinit && compinit && zcompile ${zshrc}'"; + home.file."${zshrc}".onChange = "${pkgs.zsh}/bin/zsh -i -c 'autoload -Uz compinit && compinit && zcompile $HOME/${zshrc}'"; }