added a toggle for tipme command to change between normal and cowsay mode.

This commit is contained in:
2026-06-03 11:08:00 +02:00
parent 31a75ceefa
commit bb38c8714c
3 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ alias apt='man pacman'
alias apt-get='man pacman'
alias jctl="journalctl -p 3 -xb"
alias cmdhist='CMD=$(history -i | tac | fzf | sed "s/.*:.. //"); sleep 0.1 && wtype $CMD'
alias tipme='shuf -n 1 ~/.config/sdgos/tips/tips.list'
alias tipme='~/.config/sdgos/tips/tips.sh'
alias alltips='cat ~/.config/sdgos/tips/tips.list | fzf'
alias cowtip='cowsay -r $(shuf -n 1 ~/.config/sdgos/tips/tips.list) | lolcat'
alias fetch='~/.config/sdgos/fastfetch/fetch.sh'