From 8876532d737eaf3c8a3bab4484b09af6de165c7e Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 13 Feb 2021 17:25:00 -0600 Subject: [PATCH] (config): Fixed up aliases Removed CD Aliases, fixed project path, removed other aliases under "Scripts Aliases", changed bandwich alias to band. --- dotfiles/aliases.zsh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dotfiles/aliases.zsh b/dotfiles/aliases.zsh index 34d545e..44488cf 100755 --- a/dotfiles/aliases.zsh +++ b/dotfiles/aliases.zsh @@ -28,7 +28,7 @@ alias ip="curl icanhazip.com" alias todos="ag --nogroup '(TODO|FIX(ME)?):'" # Bandwhich -alias bandwhich="sudo ~/.cargo/bin/bandwhich" +alias band="sudo ~/.cargo/bin/bandwhich" # Python alias py='python3' @@ -56,12 +56,9 @@ alias rcc="rustc" # Pretty print the path 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 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' # Tmux Aliases @@ -91,7 +88,7 @@ alias tmuxreload='source ~/.tmux.conf' alias zshreload='source ~/.zshrc' # SSH -alias sshwork='ssh winterjd@10.35.72.137' +# alias sshwork='ssh bridgway@0.0.0.0' # Logbook lbt() {