updated zshrc to alias config commands
This commit is contained in:
parent
55348c0ce6
commit
24446b207b
4
.zshrc
4
.zshrc
@ -107,6 +107,10 @@ source $ZSH/oh-my-zsh.sh
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
alias ccma='config commit -am'
|
||||
alias cpush='config push'
|
||||
alias cpull='config pull'
|
||||
alias cst='config status'
|
||||
alias logout='/usr/bin/kill -9 -1'
|
||||
alias ipaddr='curl api.ipify.org'
|
||||
alias ls='ls -la --color=auto'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user