summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
-rw-r--r--.zshrc4
2 files changed, 4 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 41fb67f..eb6306c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -108,7 +108,6 @@ let mapleader=" "
" plugin config
-
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
diff --git a/.zshrc b/.zshrc
index 89b938c..855bbd0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -98,4 +98,8 @@ if [ -n "$GUIX_ENVIRONMENT" ]; then
fi
fi
+export LS_COLORS="$(vivid generate one-dark)"
+
eval "$(direnv hook zsh)"
+
+. /opt/asdf-vm/asdf.sh