📝 Added aliases and adjusted sub for tuir/tut
This commit is contained in:
parent
bb427090e0
commit
3dc7597b2d
2 changed files with 5 additions and 1 deletions
3
aliases
3
aliases
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
links "https://teddit.pussthecat.org/r/${1}"
|
||||
# links "https://teddit.pussthecat.org/r/${1}"
|
||||
tuir -s "${1}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue