From 75af72db8db76bee354719e73c0a91056e72e525 Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 7 Aug 2022 15:51:45 +0200 Subject: Add dialogrc path --- .zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zprofile b/.zprofile index 7ca0e43..301b5e6 100644 --- a/.zprofile +++ b/.zprofile @@ -55,6 +55,8 @@ export VIMINIT="source $MYVIMRC" export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh" export ZSH_COMPDUMP=$XDG_CACHE_HOME/zcompdump-$ZSH_VERSION +# dialogrc path +export DIALOGRC="${XDG_CONFIG_HOME:-$HOME/.config}/dialogrc" # # Developer thingies # -- cgit v1.3