added alias for feh

dev-docs
Moritz Böhme 2021-10-06 15:34:19 +02:00
parent e4e53bd742
commit f57a99194e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ let
shellAliases = {
ls = "exa -lh";
cat = "bat";
feh = "feh --auto-zoom --scale-down";
};
plugins = [{
name = "zsh-syntax-highlighting";