diff --git a/config/common/zsh/common.zsh b/config/common/zsh/common.zsh index 34399c6..73542c8 100644 --- a/config/common/zsh/common.zsh +++ b/config/common/zsh/common.zsh @@ -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