summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-02-18 18:30:36 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-02-18 18:30:36 +0400
commitd941b3b4cf1d422b18fc5ad2f3f25b1d31b19c98 (patch)
tree09ca2288a8f62bb3c272a2c5a9fc149ca85b331a
parent9f5f072ee5505a7bd59f768ccca7db573b76f094 (diff)
some aliases added to zshrc
-rwxr-xr-xsrc/dotfiles/zsh/zshrc8
1 files changed, 8 insertions, 0 deletions
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"
+
+