mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
jhbuild: Add shell alias
This add 'jhsh' as an alias for 'jhbuild shell' to the JHBuild plugin.
This commit is contained in:
parent
686e460258
commit
3b1c40d0be
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