mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue