(zsh) local config should be run just once

This commit is contained in:
Bartek Stalewski 2025-08-13 16:26:36 +02:00
parent 5975732423
commit 7162103c05
No known key found for this signature in database

View file

@ -86,8 +86,3 @@ export WD_CONFIG="${XDG_CONFIG_HOME}/wd_list"
# cleaning
rm -rf "${realhome}/.warprc"
# local settings
if [[ -f "${realhome}/.local/config/zsh" ]]; then
source "${realhome}/.local/config/zsh"
fi