small shellpic fix
This commit is contained in:
parent
ea7a507c7e
commit
7185a5bc50
1 changed files with 5 additions and 1 deletions
6
.zshrc
6
.zshrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue