diff options
Diffstat (limited to 'src/dotfiles/zsh/zshrc')
-rwxr-xr-x | src/dotfiles/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotfiles/zsh/zshrc b/src/dotfiles/zsh/zshrc index 52d2d35..82af5af 100755 --- a/src/dotfiles/zsh/zshrc +++ b/src/dotfiles/zsh/zshrc @@ -90,7 +90,7 @@ alias blue="sudo systemctl start bluetooth" alias net="sudo systemctl start NetworkManager" # Directory change aliases -alias gp="cd ~/Proj" +alias gp="cd ~/proj" alias gt="cd ~/testProj" alias gc="cd ~/.config" alias gu="cd /usr/local/bin" |