From 6142cc4b39fda31aaee3cafc70f88fbf2f209e75 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 26 Aug 2025 01:58:21 +0200 Subject: [PATCH] Add firefox alias --- modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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'";