summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0scar <example@example.org>2022-08-07 13:51:45 +0000
committer0scar <example@example.org>2022-08-23 18:15:09 +0000
commit75af72db8db76bee354719e73c0a91056e72e525 (patch)
tree5843ccb3c775f62c0e0d5e982404b29ba571f9e8
parent827839b82f187e8d37c25f7dddb151ca66a57d06 (diff)
Add dialogrc path
-rw-r--r--.zprofile2
1 files changed, 2 insertions, 0 deletions
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
#