aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-09-23 16:32:49 -0500
committerToby Vincent <tobyv13@gmail.com>2022-09-23 16:32:49 -0500
commit9cb0d1a75713bd48e4315bb426b8e4318cbe661f (patch)
tree1a58349bb8f78d635591f5d5a89f4940c798efcb /sh
parent5c00d5153d6477c2d9a0858a994c7e51122ae669 (diff)
feat(sh): add PASSWORD_STORE env variable
Diffstat (limited to 'sh')
-rw-r--r--sh/.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/.profile b/sh/.profile
index 89bd436..c6845ad 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -25,9 +25,10 @@ export LESS="--RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
export LESSOPEN="|lesspipe.sh %s"
export LESSHISTFILE="$XDG_STATE_HOME/lesshst"
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
+export PASSWORD_STORE_DIR="$HOME/.password-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
+export ZK_NOTEBOOK_DIR="$HOME/.zk"
export STARSHIP_LOG="error"
-export ZK_NOTEBOOK_DIR="$HOME/zk"
export FZF_DEFAULT_COMMAND="fd --type f || git ls-tree -r --name-only HEAD || rg --files || find ."
export FZF_DEFAULT_OPTS='--bind ctrl-q:abort
--bind ctrl-y:preview-up