summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-01-05 20:55:51 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-01-05 20:55:51 +0200
commit6835cb9b4a7a45cf388c7d78af717f0f43e40e75 (patch)
tree4c41dccf782cf5773ef43e01b905da59a25450b4
parent2dba318ea947d22cc2dc04ab289f4b2593cabbb1 (diff)
downloaddotfiles-6835cb9b4a7a45cf388c7d78af717f0f43e40e75.tar
dotfiles-6835cb9b4a7a45cf388c7d78af717f0f43e40e75.tar.gz
dotfiles-6835cb9b4a7a45cf388c7d78af717f0f43e40e75.zip
Added a lazygit alias
-rwxr-xr-x.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index bf56017..663fde9 100755
--- a/.zshrc
+++ b/.zshrc
@@ -291,6 +291,8 @@ else
alias l="ls -CF"
fi
+alias lg="lazygit"
+
alias q="exit"
alias x="exit"