📝 Made sub script to replace tuir alias

This commit is contained in:
z3rOR0ne 2022-11-29 00:37:27 -08:00
parent 858dc780e0
commit 70433eb8db
2 changed files with 2 additions and 1 deletions

View file

@ -161,7 +161,6 @@ alias {html,html_pp}="hxnormalize -e"
alias ticker="ticker -w SPY,QQQ,DIA,IWM,VIX"
alias {mop,market,stonks,stocks}="cd ~/aur_packages/mop && go run ./cmd/mop/main.go && cd"
alias {reddit,rd}="tuir"
alias {sub,subreddit,subrd}="tuir -s"
alias qwiki="wik -i"
alias toolongdidntread="tldr"
alias cheatsheet="cheat"

2
scripts/sub Executable file
View file

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