mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
jhbuild: Add shell alias
This adds "jhsh" as an alias for "jhbuild shell" to the JHBuild plugin.
This commit is contained in:
parent
1b6af54676
commit
155eb5f415
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…
Add table
Add a link
Reference in a new issue