diff --git a/.zshrc b/.zshrc index 72b3887..ae75b14 100644 --- a/.zshrc +++ b/.zshrc @@ -24,6 +24,8 @@ unset GREP_OPTIONS alias fuck='eval $(thefuck $(fc -ln -1)); history -R' alias FUCK='fuck' +# make feh always scale images to window size +alias feh='feh -.' export PATH=$PATH:/home/gil/anaconda/bin export EDITOR="vim"