summaryrefslogtreecommitdiff
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
parent84ba9e4a6243a2afba76e5ab1112af420c10359c (diff)
downloadliw-dot-files-921401417cf592f5ec45dad091df1f9feaf12626.tar.gz
Add indication of OpenStack project to PS1
-rw-r--r--bashrc2
-rw-r--r--mutt/muttrc-exolobe12
2 files changed, 2 insertions, 2 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
}
diff --git a/mutt/muttrc-exolobe1 b/mutt/muttrc-exolobe1
index c18bb90..56d4733 100644
--- a/mutt/muttrc-exolobe1
+++ b/mutt/muttrc-exolobe1
@@ -10,7 +10,7 @@ unset smtp_url
set smtp_url=smtp://127.0.0.1
set signature=/home/liw/.signature
-set header_cache=/big/scratch/.mutt.header_cache
+set header_cache=/home/tmp/.mutt.header_cache
source "~/liw-dot-files/mutt/muttrc-common"
source "~/liw-dot-files/mutt/muttrc-colours"