diff --git a/.kshrc b/.kshrc index df9c63c..5588908 100644 --- a/.kshrc +++ b/.kshrc @@ -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"