mirror of
https://github.com/sigmasternchen/desktopConfig
synced 2025-03-15 05:38:54 +00:00
update
This commit is contained in:
parent
d49092cf24
commit
8f13d32d98
1 changed files with 12 additions and 1 deletions
|
@ -81,4 +81,15 @@ function proxyoff(){
|
|||
echo -e "\nProxy environment variable removed."
|
||||
}
|
||||
|
||||
./.messagerc
|
||||
#./.messagerc
|
||||
|
||||
figlet -t -f small -c $(greetings) | lolcat -s 80
|
||||
echo "You are on $(hostname)." | lolcat -F 0.5
|
||||
|
||||
echo
|
||||
if test $(todo -n) = 0; then
|
||||
echo "No tasks to do. \o/"
|
||||
else
|
||||
todo
|
||||
fi
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue