Merge branch 'master' of github.com:hanez/home
This commit is contained in:
commit
416129fe42
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