aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-09-27 14:11:57 -0500
committerToby Vincent <tobyv13@gmail.com>2022-09-27 14:11:57 -0500
commit227107f79b9a0343ccb1a98881895e284e676080 (patch)
tree803f16cd438fb6d9855cff62a4d0df48f9db1537 /sh/.profile
parent874b97fe5949bced484ea30dc03aeb569bd64a9a (diff)
fix(zk): rename notebook dir due to zk not working with hidden dir
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/.profile b/sh/.profile
index 0eacf74..3e8b3a4 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -27,7 +27,7 @@ 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/.notebook"
+export ZK_NOTEBOOK_DIR="$HOME/notebook"
export STARSHIP_LOG="error"
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