jhbuild: add shell alias (#3707)

This adds "jhsh" as an alias for "jhbuild shell" to the JHBuild plugin.
master
Adrien Plazas 6 years ago committed by GitHub
parent dbd2f77bd9
commit 573901dd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/jhbuild/jhbuild.plugin.zsh

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

Loading…
Cancel
Save