fix: update file paths for image and motivational lines in terminal MOTD script
This commit is contained in:
parent
161c411e76
commit
fb7e2fdffc
1 changed files with 2 additions and 2 deletions
|
|
@ -9,9 +9,9 @@ echo "you are" ${bold}$(whoami)${normal} "on" ${bold}$(hostnamectl hostname)${no
|
||||||
|
|
||||||
# keep your sanity, maximilian.
|
# keep your sanity, maximilian.
|
||||||
# displaying a random image from my motd folder.
|
# displaying a random image from my motd folder.
|
||||||
viu -b -t -w 80 $DOTFILES_PATH/motd.png
|
viu -b -t -w 80 $DOTFILES_PATH/PICTURES/MOTD.PNG
|
||||||
|
|
||||||
# (non)motivational lines from music, tv shows, movies and books. whatever i found fitting to remind me.
|
# (non)motivational lines from music, tv shows, movies and books. whatever i found fitting to remind me.
|
||||||
echo ${bold}$(shuf -n1 $DOTFILES_PATH/motd.lines)${normal}
|
echo ${bold}$(shuf -n1 $DOTFILES_PATH/MOTD.LINES.MD)${normal}
|
||||||
printf '%0.s*' {1..80}
|
printf '%0.s*' {1..80}
|
||||||
echo
|
echo
|
||||||
Loading…
Add table
Add a link
Reference in a new issue