summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-11 11:58:15 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-11 11:58:15 +0300
commit921401417cf592f5ec45dad091df1f9feaf12626 (patch)
treeaa9e941d71befae7743dd3acf9d8d3ee77520199 /bashrc
parent84ba9e4a6243a2afba76e5ab1112af420c10359c (diff)
downloadliw-dot-files-921401417cf592f5ec45dad091df1f9feaf12626.tar.gz
Add indication of OpenStack project to PS1
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 0f2eb62..d6bb201 100644
--- a/bashrc
+++ b/bashrc
@@ -63,7 +63,7 @@ taskwarrior_context()
QL()
{
case "$DEBEMAIL" in
- *@qvarnlabs.com) printf '[QL] ' ;;
+ *@qvarnlabs.com) printf "[QL:$OS_PROJECT_SHORTNAME] " ;;
esac
}