(config): Fixed up aliases

Removed CD Aliases, fixed project path, removed other aliases under "Scripts Aliases", changed bandwich alias to band.
This commit is contained in:
Blake Ridgway 2021-02-13 17:25:00 -06:00
parent c1c9df2bbc
commit 8876532d73

View file

@ -28,7 +28,7 @@ alias ip="curl icanhazip.com"
alias todos="ag --nogroup '(TODO|FIX(ME)?):'" alias todos="ag --nogroup '(TODO|FIX(ME)?):'"
# Bandwhich # Bandwhich
alias bandwhich="sudo ~/.cargo/bin/bandwhich" alias band="sudo ~/.cargo/bin/bandwhich"
# Python # Python
alias py='python3' alias py='python3'
@ -56,12 +56,9 @@ alias rcc="rustc"
# Pretty print the path # Pretty print the path
alias path='echo $PATH | tr -s ":" "\n"' alias path='echo $PATH | tr -s ":" "\n"'
# CD Aliases
alias sailex='cd ~/Data/Coding/Rust/Sailex'
alias pweb='cd ~/Data/Coding/Projects/RoR/blakeridgway'
# Scripts Aliases # Scripts Aliases
alias tmpc='source ~/.scripts/CTemplate.sh' alias tmpc='source ~/.scripts/CTemplate.sh'
alias project='source ~/.scripts/ProjectLayout.sh' alias project='source ~/dotfiles/scripts/ProjectLayout.sh'
alias mdtopdf='source ~/.scripts/MDtoPDF.sh' alias mdtopdf='source ~/.scripts/MDtoPDF.sh'
# Tmux Aliases # Tmux Aliases
@ -91,7 +88,7 @@ alias tmuxreload='source ~/.tmux.conf'
alias zshreload='source ~/.zshrc' alias zshreload='source ~/.zshrc'
# SSH # SSH
alias sshwork='ssh winterjd@10.35.72.137' # alias sshwork='ssh bridgway@0.0.0.0'
# Logbook # Logbook
lbt() { lbt() {