update config

This commit is contained in:
fred 2025-08-12 11:58:29 -07:00
parent f610209aff
commit ae92148089
34 changed files with 387 additions and 240 deletions

View file

@ -0,0 +1,7 @@
alias g='git'
alias ga='git add'
alias gc='git commit'
alias gs='git status'
alias gd='git diff'
alias lg='lazygit'
alias gtop="cd \$(git rev-parse --show-toplevel)" # go to top level of git repo