📝 Made sub script to replace tuir alias
This commit is contained in:
parent
858dc780e0
commit
70433eb8db
2 changed files with 2 additions and 1 deletions
1
aliases
1
aliases
|
|
@ -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
2
scripts/sub
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
links "https://teddit.pussthecat.org/r/${1}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue