From 14b9313719d129e4e5678a55fadf0f5d79a08511 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 17 May 2021 16:57:49 +0800 Subject: [PATCH] bash: add xdg workaround for pass --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 972686f..681c014 100644 --- a/.bashrc +++ b/.bashrc @@ -40,6 +40,7 @@ export SQLITE_HISTORY="$XDG_CACHE_HOME/sqlite_history" export MYSQL_HISTFILE="$XDG_CACHE_HOME/mysql_history" export NODE_REPL_HISTORY="$XDG_CACHE_HOME/node_repl_history" export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" +export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass # shell options HISTCONTROL=ignoredups -- 2.45.2