Unverified Commit 573901dd authored by Adrien Plazas's avatar Adrien Plazas Committed by GitHub
Browse files

jhbuild: add shell alias (#3707)

This adds "jhsh" as an alias for "jhbuild shell" to the JHBuild plugin.
parent dbd2f77b
......@@ -23,6 +23,8 @@ alias jhu='jhbuild update'
alias jhuo='jhbuild updateone'
# Uninstall
alias jhun='jhbuild uninstall'
# Shell
alias jhsh='jhbuild shell'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment