updated bashrc and created new curltime command

This commit is contained in:
tomit4 2021-08-23 10:49:30 -07:00
parent d9f2744f13
commit b4b4dc501d
3 changed files with 26 additions and 0 deletions

View file

@ -139,6 +139,13 @@ ex ()
}
# Custom Bash Commands
alias Code="cd ~/Documents/Code"
alias js="cd ~/Documents/Code/javascript"
alias c++="cd ~/Documents/Code/c++"
alias ls="ls -lah --color=auto"
alias notes="cd ~/Documents/notes"
alias firefox="firefox-developer-edition"
alias thinkorswim="/home/brian/thinkorswim/thinkorswim"
alias shutdown="shutdown -h now"
alias docs="cd ~/Documents"
alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"