diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index 5471dc5..e8320ef 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -10,6 +10,7 @@ let shellAliases = { ls = "exa -lh"; cat = "bat"; + feh = "feh --auto-zoom --scale-down"; }; plugins = [{ name = "zsh-syntax-highlighting";