Compare commits
No commits in common. "b5b9a307d1e31791934716a67d59bc23f77910a9" and "c8ad92097e852276f20f245b425ce98755a85f1e" have entirely different histories.
b5b9a307d1
...
c8ad92097e
1 changed files with 1 additions and 12 deletions
13
.zshrc
13
.zshrc
|
@ -12,21 +12,10 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
alias lss="ls -lah"
|
alias lss="ls -lah"
|
||||||
|
|
||||||
alias gco="git checkout"
|
alias gco="git checkout"
|
||||||
alias gcm="git commit -m"
|
alias gcm="git commit -m"
|
||||||
alias gss="git status -s"
|
alias gss="git status -s"
|
||||||
alias gaa="git add -A"
|
alias gaa="git commit -A"
|
||||||
alias gf="git fetch --prune"
|
|
||||||
alias gd="git pull"
|
|
||||||
alias gu="git push"
|
|
||||||
|
|
||||||
alias ya="yadm add"
|
|
||||||
alias ycm="yadm commit -m"
|
|
||||||
alias yf="yadm fetch"
|
|
||||||
alias yd="yadm pull"
|
|
||||||
alias yu="yadm push"
|
|
||||||
alias yss="yadm status -s"
|
|
||||||
|
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue