zsh: Add bundle aliases
This commit is contained in:
parent
8af0f0e543
commit
8c75f4f7b3
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue