aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/aliases.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after/aliases.zsh')
-rw-r--r--.zsh.after/aliases.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh
index 54881f8..6b36ac5 100644
--- a/.zsh.after/aliases.zsh
+++ b/.zsh.after/aliases.zsh
@@ -32,6 +32,10 @@ alias lsvid='ls -lah /dev|grep video'
##DU
alias du1='du -hd1'
+##GIT
+alias gsi='git submodule update --init --recursive'
+alias gsu='git submodule update --recursive'
+
##TREE
alias tree='tree -aC'
#grep aliases (with excluded directories)