Update 2023-01-21 11:43 OpenBSD/amd64

This commit is contained in:
c0dev0id 2023-01-21 11:43:05 +01:00
parent c8a559f581
commit 5b3a94487b
1 changed files with 2 additions and 3 deletions

5
.kshrc
View File

@ -132,9 +132,8 @@ alias spectrwmrc="vim ~/.config/spectrwm/spectrwm.conf"
alias rem="remind -c+cl3 ~/.reminders"
# mastodon
alias toot-sh="toot tui -u sh@bsd.network"
alias toot-uug="toot tui -u uugrn@chaos.social"
toot-sh() { toot $1 -u sh@bsd.network $2; }
toot-uug() { toot $1 -u uugrn@chaos.social $2; }
alias toot-sh-post="toot post -u sh@bsd.network -e vim"
alias toot-uug-post="toot post -u uugrn@chaos.social -e vim"