summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-23 19:28:06 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-23 19:28:06 +0200
commite96e0b4399128d8606b42c7121686d167a5b826a (patch)
tree2705c9ba999d427410791738f4a0f7bdf5610e3c /bashrc
parent9f6378d1fdf405c13383956111a0f1081121f814 (diff)
downloadliw-dot-files-e96e0b4399128d8606b42c7121686d167a5b826a.tar.gz
Add: .bashrc: $QVARNLABS_REPOS
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 7fa81eb..361b6bc 100644
--- a/bashrc
+++ b/bashrc
@@ -228,7 +228,8 @@ export DEBEMAIL=liw@liw.fi
export VIRSH_DEFAULT_CONNECT_URI=qemu:///system
export LANG=en_GB.UTF-8
export LC_COLLATE=fi_FI.UTF-8
-export ANSIBLE_ROLES_PATH="$HOME/qvarnlabs/code/debian-ansible/roles"
+export QVARNLABS_REPOS="$HOME/qvarnlabs/code"
+export ANSIBLE_ROLES_PATH="$QVARNLABS_REPOS/debian-ansible/roles"
PROMPT_DIRTRIM=1