added alias for feh
parent
e4e53bd742
commit
f57a99194e
|
@ -10,6 +10,7 @@ let
|
|||
shellAliases = {
|
||||
ls = "exa -lh";
|
||||
cat = "bat";
|
||||
feh = "feh --auto-zoom --scale-down";
|
||||
};
|
||||
plugins = [{
|
||||
name = "zsh-syntax-highlighting";
|
||||
|
|
Loading…
Reference in New Issue