Clean home settings moved to .zshenv.

This commit is contained in:
Bartek Stalewski 2024-11-05 01:25:34 +01:00
parent 9e8fd82547
commit d8bb1b2333
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View file

@ -23,7 +23,6 @@ path=(~/.local/bin "${path[@]}")
# source configuration
source "${ZDOTDIR}/aliases.zsh"
source "${ZDOTDIR}/cleanhome.zsh"
source "${ZDOTDIR}/keys.zsh"
## it has to be last
source "${ZDOTDIR}/fzf.zsh"