📝 Added aliases and adjusted sub for tuir/tut

This commit is contained in:
z3rOR0ne 2023-05-20 02:12:24 -07:00
parent bb427090e0
commit 3dc7597b2d
2 changed files with 5 additions and 1 deletions

View file

@ -248,6 +248,9 @@ alias taze="npx taze"
alias pip_upgrade="python -m pip install --upgrade pip"
alias rust_upgrade="rustup update"
alias nb="newsboat"
alias reddit="tuir"
alias subreddit="$HOME/scripts/sub"
alias mastodon="tut"
alias {gmail,email,mail,mutt,nmut,nmutt}="neomutt"
alias {mnb,nb-m}="cd ~/.config/newsboat && /usr/bin/cp $HOME/.config/newsboat/my_urls $HOME/.config/newsboat/urls && newsboat"
alias {ynb,nb-y}="/usr/bin/cp $HOME/.config/newsboat/yt_urls $HOME/.config/newsboat/urls && newsboat"

View file

@ -1,2 +1,3 @@
#!/bin/bash
links "https://teddit.pussthecat.org/r/${1}"
# links "https://teddit.pussthecat.org/r/${1}"
tuir -s "${1}"