Get rid of .warprc file.

This commit is contained in:
Bartek Stalewski 2024-12-12 01:15:51 +01:00
parent d136009bd3
commit 0f0203dc88
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -64,6 +64,9 @@ if [[ -f "${HOME}/.note" ]]; then
echo
fi
# cleaning
rm -rf "${HOME}/.warprc"
# local settings
if [[ -f "${HOME}/.local/config/zsh" ]]; then
source "${HOME}/.local/config/zsh"