diff options
Diffstat (limited to 'env.zsh')
-rw-r--r-- | env.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ if [[ ${USER} = "notroot" && ${HOST} = "gentoo-pc" ]]; then export RIPGREP_CONFIG_PATH="${HOME}/.config/ripgrep/ripgrep.conf" export BUP_DIR=/dev/null fi + +export SEQUOIA_HOME="${HOME}/.sequoia" |