aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-14 13:42:10 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-14 13:42:10 +0200
commit0cf15ca367fd6f8260789f626e4bcb39a3771bf1 (patch)
tree98e470b4bd1d3cd4464570dbfd8ebec696999992 /zsh/.zprofile
parent9985d509e9ec86aab0dc813cc2ab371a75ae1293 (diff)
downloaddotfiles-0cf15ca367fd6f8260789f626e4bcb39a3771bf1.tar.xz
zsh: set figlet dir
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index b4a6a5a..81de54d 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -38,8 +38,11 @@ export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: '
export SHORTHOST=$(hostname -s)
+# Don’t use the default venv prompt in favor of our custom one
export VIRTUAL_ENV_DISABLE_PROMPT=1
+export FIGLET_FONTDIR="$HOME"/.local/share/figlet
+
if [[ -f "$ZDOTDIR"/profile-"$SHORTHOST" ]]; then
source "$ZDOTDIR"/profile-"$SHORTHOST"
fi