mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Update to pull
This commit is contained in:
@@ -178,10 +178,11 @@ alias gcb='git checkout -b'
|
|||||||
alias gco='git checkout'
|
alias gco='git checkout'
|
||||||
alias gcm='git commit -m'
|
alias gcm='git commit -m'
|
||||||
#alias gma() { git add . && git commit -m "$1" }
|
#alias gma() { git add . && git commit -m "$1" }
|
||||||
#alias gp() { git push }
|
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
alias l='ls -lah --color=auto'
|
alias l='ls -lah --color=auto'
|
||||||
|
alias reload='exec zsh -l'
|
||||||
|
alias temp='cd $(mktemp -d)'
|
||||||
alias vi='vim'
|
alias vi='vim'
|
||||||
alias nvim='unset VIMINIT && unset MYVIMRC && nvim'
|
alias nvim='unset VIMINIT && unset MYVIMRC && nvim'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user