From f57a99194e47c3d4d6bcbb9827d16f4f88a2001f Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Wed, 6 Oct 2021 15:34:19 +0200 Subject: [PATCH] added alias for feh --- modules/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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";