Update 2023-01-21 16:52 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-01-21 16:52:02 +01:00
parent 2be9a3cd97
commit 6460545f25
2 changed files with 45 additions and 8 deletions

10
.kshrc
View File

@@ -132,14 +132,8 @@ alias spectrwmrc="vim ~/.config/spectrwm/spectrwm.conf"
alias rem="remind -c+cl3 ~/.reminders"
# mastodon
toot-sh() { toot $@ -u sh@bsd.network; }
toot-uug() { toot $@ -u uugrn@chaos.social; }
alias toot-sh-post="toot post -u sh@bsd.network -e vim"
alias toot-uug-post="toot post -u uugrn@chaos.social -e vim"
alias toot-sh-reply="toot post -r $1 -u sh@bsd.network -e vim"
alias toot-uug-reply="toot post -r $1 -u uugrn@chaos.social -e vim"
alias toot-sh-tl="toot timeline -c 1 -u sh@bsd.network"
alias toot-uug-tl="toot timeline -c 1 -u uugrn@chaos.social"
alias toot-sh="toot-wrapper sh@bsd.network"
alias toot-uug="toot-wrapper uugrn@chaos.social"
# mupdf
alias mupdf="mupdf-gl -XJ"