jhbuild: Add shell alias

This adds "jhsh" as an alias for "jhbuild shell" to the JHBuild plugin.
This commit is contained in:
Adrien Plazas 2015-03-21 20:51:04 +01:00
parent 1b6af54676
commit 155eb5f415

View File

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