commit c8f40dbe11eb4d7c58a35556fbcaff99d7a747da parent 19096403b1dcb053e19da0188017a2057ab0b618 Author: Daniel Moch <daniel@danielmoch.com> Date: Thu, 1 Feb 2018 04:48:42 -0500 shrc: Add feh alias Diffstat:
M | .shrc | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.shrc b/.shrc @@ -55,6 +55,11 @@ then alias lpc="lpass show --password -c" fi +if type feh > /dev/null 2>&1 +then + alias feh="feh --auto-rotate --scale-down" +fi + if [ "$VISUAL" = "vi" ] then alias vim=vi