1
2
alias g='git'
Simply easier than sudo nano ~/.oh-my-zsh/plugins/git/git.plugin.zsh :D
However I did add an alias to it for removing all the deleted files in git:
#
# Aliases
# (custom ones)
#
alias grmall='git ls-files --deleted -z | xargs -0 git rm'
However I did add an alias to it for removing all the deleted files in git:
#
# Aliases
# (custom ones)
#
alias grmall='git ls-files --deleted -z | xargs -0 git rm'
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.