LADI
/
spa
1
Fork 0

pw-uninstalled: set PW_UNINSTALLED=1 so we can adjust the shell

This allows for easy configuration of the shell if we're inside
pw-uninstalled's shell, e.g. PS1="$PS1  ${PW_UNINSTALLED:+🪠}"
This commit is contained in:
Peter Hutterer 2021-05-26 16:26:13 +10:00 committed by Wim Taymans
parent 733ad43d3f
commit 265cad2704
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/${GST_PLUGIN_PATH+":${GST_PLUGIN_PAT
# the directory with card profiles and paths
export ACP_PATHS_DIR="${SCRIPT_DIR}/spa/plugins/alsa/mixer/paths"
export ACP_PROFILES_DIR="${SCRIPT_DIR}/spa/plugins/alsa/mixer/profile-sets"
export PW_UNINSTALLED=1
# FIXME: find a nice, shell-neutral way to specify a prompt
${SHELL}