updated thinkorswim

This commit is contained in:
tomit4 2022-05-31 16:38:12 -07:00
parent 67a8669857
commit 291f8fbd73
2 changed files with 28 additions and 1 deletions

View file

@ -158,7 +158,7 @@ alias {odysee,lbry}="ytfzf -c O --features=subtitles"
alias {ptube,peertube}="ytfzf -c P --features=subtitles"
alias ytdl="yt-dlp -f mp4"
alias ytdl-a="yt-dlp -x --audio-format mp3"
alias thinkorswim="~/thinkorswim/thinkorswim &"
alias thinkorswim="cd /home/brian/thinkorswim && java -jar launcher.jar && cd"
alias {cl,cls}="clear"
alias shutdown="shutdown.sh"
alias reboot="reboot.sh"