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