1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +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:
Adrien Plazas 2020-02-27 18:45:53 +01:00 committed by GitHub
parent dbd2f77bd9
commit 573901dd46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,8 @@ alias jhu='jhbuild update'
alias jhuo='jhbuild updateone'
# Uninstall
alias jhun='jhbuild uninstall'
# Shell
alias jhsh='jhbuild shell'