mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
jhbuild: add shell alias (#3707)
This adds "jhsh" as an alias for "jhbuild shell" to the JHBuild plugin.
This commit is contained in:
parent
dbd2f77bd9
commit
573901dd46
@ -23,6 +23,8 @@ alias jhu='jhbuild update'
|
||||
alias jhuo='jhbuild updateone'
|
||||
# Uninstall
|
||||
alias jhun='jhbuild uninstall'
|
||||
# Shell
|
||||
alias jhsh='jhbuild shell'
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user