cd to root of git

This commit is contained in:
Noah Masur 2021-04-07 08:37:53 -04:00
parent 6b708c8820
commit 8ee9112de9

View File

@ -42,13 +42,14 @@ function abbrs --description 'All abbreviations'
abbr -a gmf 'git-merge-fuzzy' abbr -a gmf 'git-merge-fuzzy'
abbr -a gcp 'git cherry-pick' abbr -a gcp 'git cherry-pick'
abbr -a ghr 'gh repo view -w' abbr -a ghr 'gh repo view -w'
abbr -a cdg 'cd (git rev-parse --show-toplevel)'
# Vim # Vim
abbr -a v 'vim' abbr -a v 'vim'
abbr -a vimrc 'vim $HOME/.vimrc' abbr -a vimrc 'vim $HOME/.vimrc'
# Notes # Notes
abbr -a qn 'quicknote' abbr -a qn 'quicknote "'
abbr -a sn 'syncnotes' abbr -a sn 'syncnotes'
# Improved CLI Tools # Improved CLI Tools