new aliases to configure the local repo git user

This commit is contained in:
MorganGeek
2020-07-23 07:26:33 +02:00
parent 0b19d1261d
commit f9d012072d
3 changed files with 11 additions and 1 deletions

View File

@ -39,3 +39,6 @@ alias ve='vim $HOME/.vimrc' # vimrc editing
alias ze='vim $HOME/.zshrc' # zsh profile editing
alias zf='vim $HOME/.zsh_functions' # edit zsh_functions
alias za='vim $HOME/.zsh_aliases' # edit zsh_aliases
# Quick editing
alias checkthis='arrow "type Ctrl+Z When done"; \cat > /tmp/file; arrow "Ok now we check your text..."; checkenlist /tmp/file'