Updated config to clean up home directory

This commit is contained in:
2023-10-07 21:55:32 -04:00
parent 0294c4e5bc
commit a3c3ed1d23
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Configuration
home: ~/.nap
home: ~/.local/nap
default_language: go
theme: nord

View File

@@ -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 ------------------------------