(zsh) local config should be run just once
This commit is contained in:
parent
5975732423
commit
7162103c05
1 changed files with 0 additions and 5 deletions
|
@ -86,8 +86,3 @@ export WD_CONFIG="${XDG_CONFIG_HOME}/wd_list"
|
||||||
|
|
||||||
# cleaning
|
# cleaning
|
||||||
rm -rf "${realhome}/.warprc"
|
rm -rf "${realhome}/.warprc"
|
||||||
|
|
||||||
# local settings
|
|
||||||
if [[ -f "${realhome}/.local/config/zsh" ]]; then
|
|
||||||
source "${realhome}/.local/config/zsh"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue