aliases
This commit is contained in:
parent
af06d5a0e7
commit
0cbd150966
5
zshrc
5
zshrc
@ -111,6 +111,11 @@ source $ZSH/oh-my-zsh.sh
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
#
|
||||
# helpful aliasis
|
||||
alias ifconfig="/sbin/ifconfig"
|
||||
# git stuff
|
||||
alias gadd="git add ."
|
||||
alias gbug="git add . && git commit-m 'bug fixes'"
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
Loading…
x
Reference in New Issue
Block a user