Do not print /usr/bin/screenfetch plz
This commit is contained in:
parent
857b67cc83
commit
1d88ae66eb
2
zshrc
2
zshrc
|
@ -14,7 +14,7 @@ source $DOTFILES/zsh/config.zsh
|
|||
source $DOTFILES/zsh/aliases.zsh
|
||||
source $DOTFILES/zsh/functions.zsh
|
||||
|
||||
clear && command -v screenfetch && screenfetch
|
||||
clear && command -v screenfetch > /dev/null && screenfetch
|
||||
|
||||
if [ -e "/home/thomas/.more-scripts/motorcyle.py" ]; then
|
||||
echo -ne "\033[F\033[F\033[F\033[F\033[F\t\t\t\t\t\b\033[1;36mA:\033[0m `/home/thomas/.more-scripts/motorcyle.py`\n\n\n\n\n"
|
||||
|
|
Loading…
Reference in New Issue