added ticker, a live terminal based stock ticker written in go
This commit is contained in:
parent
912ddd9e2a
commit
829956db8a
1 changed files with 4 additions and 0 deletions
4
aliases
4
aliases
|
|
@ -125,6 +125,8 @@ alias diff="diff -wy"
|
||||||
alias exifread="exiftool"
|
alias exifread="exiftool"
|
||||||
alias exifrm="exiftool -all="
|
alias exifrm="exiftool -all="
|
||||||
alias {html,html_pp}="hxnormalize -e"
|
alias {html,html_pp}="hxnormalize -e"
|
||||||
|
# stock tickers
|
||||||
|
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 {mop,market,stonks,stocks}="cd ~/aur_packages/mop && go run ./cmd/mop/main.go && cd"
|
||||||
alias {reddit,rd}="torsocks tuir"
|
alias {reddit,rd}="torsocks tuir"
|
||||||
alias {sub,subreddit,subrd}="torsocks tuir -s"
|
alias {sub,subreddit,subrd}="torsocks tuir -s"
|
||||||
|
|
@ -215,6 +217,8 @@ alias glab='ddgr --gb \!glab "${1}"'
|
||||||
alias red='ddgr \!r "${1}"'
|
alias red='ddgr \!r "${1}"'
|
||||||
alias yt='ddgr --gb \!yt "${1}"'
|
alias yt='ddgr --gb \!yt "${1}"'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# run the following two aliases every time you update the kernels and nvidiadkms
|
# run the following two aliases every time you update the kernels and nvidiadkms
|
||||||
alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
|
alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
|
||||||
alias regen_initramfs="doas mkinitcpio -P"
|
alias regen_initramfs="doas mkinitcpio -P"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue