From a3c3ed1d23f978b0beb5c90f43195993a42c8275 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 7 Oct 2023 21:55:32 -0400 Subject: [PATCH] Updated config to clean up home directory --- nap/config.yaml | 2 +- zsh/config/.zshrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nap/config.yaml b/nap/config.yaml index 24da4e4..5fb1481 100644 --- a/nap/config.yaml +++ b/nap/config.yaml @@ -1,5 +1,5 @@ # Configuration -home: ~/.nap +home: ~/.local/nap default_language: go theme: nord diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index 2a48cdb..bf2d8f5 100644 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -43,6 +43,9 @@ export ZETDIR="$GHREPOS/zets" export GITUSER="m-housh" export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 +# NPM +NPM_CONFIG_CACHE="$HOME/.local/npm" + export TERM=xterm-256color export EDITOR=nvim export VISUAL=nvim @@ -69,6 +72,7 @@ export LESS_TERMCAP_se="" export LESS_TERMCAP_so="" # blue export LESS_TERMCAP_ue="" export LESS_TERMCAP_so="" # underline +export LESSHISTFILE="-" #------------------------------ path ------------------------------