aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-10-18 15:17:40 -0500
committerToby Vincent <tobyv13@gmail.com>2022-10-18 15:17:40 -0500
commit5bdf3c640f390305fef7f771ea7f05db85482ff6 (patch)
tree1ee22075c226aaa5448b3f86adef23c974686f74 /sh/.profile
parent0e355edd40eed62e8ad7f79db88f4ae03680be05 (diff)
refactor(zsh): clean up plugins and improve compinit
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
index c78bd24..b6f36b4 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -25,6 +25,7 @@ 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 BASE16_DEFAULT_THEME="gruvbox-dark-hard"
export PASSWORD_STORE_DIR="$HOME/.password-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
export ZK_NOTEBOOK_DIR="$HOME/notebook"