Browse Source

Add alias for lazygit in present in PATH

Emmanuel Bouthenot 3 năm trước cách đây
mục cha
commit
9ae505cfb2
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      zsh/zshrc

+ 4 - 0
zsh/zshrc

@@ -135,6 +135,10 @@ git() {
 }
 alias g='git'
 
+if (( $+commands[lazygit] )); then
+    alias lg='lazygit'
+fi
+
 #
 # Tmux
 #