small shellpic fix

This commit is contained in:
Johannes Findeisen 2016-06-16 18:00:26 +02:00
commit 7185a5bc50

6
.zshrc
View file

@ -129,5 +129,9 @@ case $TERM in
;;
esac
[ -f /usr/bin/shellpic ] && [ -f ~/images/tux.png ] /usr/bin/shellpic --shell24 --scale-x 50 ~/images/tux.png
if [ -f /usr/bin/shellpic ]; then
if [ -f ~/images/tux.png ]; then
/usr/bin/shellpic --shell24 --scale-x 50 ~/images/tux.png
fi
fi