From d941b3b4cf1d422b18fc5ad2f3f25b1d31b19c98 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 18 Feb 2024 18:30:36 +0400 Subject: some aliases added to zshrc --- src/dotfiles/zsh/zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dotfiles') diff --git a/src/dotfiles/zsh/zshrc b/src/dotfiles/zsh/zshrc index 384e3f6..52d2d35 100755 --- a/src/dotfiles/zsh/zshrc +++ b/src/dotfiles/zsh/zshrc @@ -88,3 +88,11 @@ alias arch-wiki="cd /usr/share/doc/arch-wiki/html/en/" alias is="systemctl stop NetworkManager" alias blue="sudo systemctl start bluetooth" alias net="sudo systemctl start NetworkManager" + +# Directory change aliases +alias gp="cd ~/Proj" +alias gt="cd ~/testProj" +alias gc="cd ~/.config" +alias gu="cd /usr/local/bin" + + -- cgit v1.2.3