Remove laggy zsh plugins, move configs to ~/.config/zsh

This commit is contained in:
Arthur Khachaturov 2023-12-01 18:37:02 +03:00
parent 39536754b3
commit 8577646177
10 changed files with 82 additions and 112 deletions

5
.config/zsh/.zshenv Normal file
View file

@ -0,0 +1,5 @@
# unused for now
# export PATH="${$(find ~/.local/bin -type d -printf %p:)%%:}:$PATH"
# default apps
export EDITOR="/usr/bin/nvim"