Watch
1
0
Fork
You've already forked dotfiles
0

zsh: Add bundle aliases

This commit is contained in:
Jeremy Kaplan 2026-09-12 08:51:19 -04:00
commit 8c75f4f7b3

View file

@ -9,6 +9,9 @@ alias g='git'
alias rg='rg -S' alias rg='rg -S'
alias sg='ast-grep' alias sg='ast-grep'
alias b='bundle'
alias bx='bundle exec'
alias timestamp='now' alias timestamp='now'
# I have never actually meant to start Ghostscript, but I'm sure that I'll want # I have never actually meant to start Ghostscript, but I'm sure that I'll want