mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
Updated config to clean up home directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Configuration
|
# Configuration
|
||||||
home: ~/.nap
|
home: ~/.local/nap
|
||||||
default_language: go
|
default_language: go
|
||||||
theme: nord
|
theme: nord
|
||||||
|
|
||||||
|
|||||||
@@ -43,6 +43,9 @@ export ZETDIR="$GHREPOS/zets"
|
|||||||
export GITUSER="m-housh"
|
export GITUSER="m-housh"
|
||||||
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
||||||
|
|
||||||
|
# NPM
|
||||||
|
NPM_CONFIG_CACHE="$HOME/.local/npm"
|
||||||
|
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
@@ -69,6 +72,7 @@ export LESS_TERMCAP_se=""
|
|||||||
export LESS_TERMCAP_so="[34m" # blue
|
export LESS_TERMCAP_so="[34m" # blue
|
||||||
export LESS_TERMCAP_ue=""
|
export LESS_TERMCAP_ue=""
|
||||||
export LESS_TERMCAP_so="[4m" # underline
|
export LESS_TERMCAP_so="[4m" # underline
|
||||||
|
export LESSHISTFILE="-"
|
||||||
|
|
||||||
#------------------------------ path ------------------------------
|
#------------------------------ path ------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user