Skip to content

Commit

Permalink
feat(nvim): lazyvim
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Nov 19, 2023
1 parent eb609ff commit 3fddc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zsh/aliases/git.aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ alias gdc="git diff --cached"
alias gh="git hist"
alias gl="git l3"
alias glast="git log -1 HEAD"
alias gp="git pull"
alias gp="git push"
alias gpl="git pull"
alias gst="git status"
alias gstl="git stash list --pretty=format:'%C(blue)%gd%C(reset): %<(100,trunc)%s %C(green)(%cr)%C(reset)'"
Expand Down

0 comments on commit 3fddc6c

Please sign in to comment.