diff --git a/modules/zsh.nix b/modules/zsh.nix index 8a64610..f54cf92 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -21,6 +21,7 @@ in shellAliases = { ll = "ls -alF"; zi = "z -i"; # Interactive selection with fzf + firefox = "open -a Firefox"; preview = "open -a Preview"; iina = "open -a IINA"; dict = "open -a 'WordWeb Pro'";