summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 1692cfd..3974cc3 100644
--- a/zshrc
+++ b/zshrc
@@ -62,6 +62,7 @@ alias nsess="$EDITOR -S Session.vim"
alias pull='git pull origin master'
alias purge='sudo apt-get purge'
alias push='git push origin master'
+alias pushs='git push --recurse-submodules=check'
alias remove='sudo apt-get autoremove'
alias tmux="TERM=screen-256color-bce tmux"
alias update='sudo apt-get update'