Compare commits

..

No commits in common. "036eef93ff9eb18d9ac33f347b769704fab59fb4" and "397c65c1b7f36035f5de843092a34f978d3e5ce5" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
[general]
live_config_reload = true
[colors]

2
.zshrc
View file

@ -277,7 +277,7 @@ if [ "$skip_load" = false ]; then
# shellchek disable=SC2164
load_working_dir && cd - > /dev/null || true
else
echo "LWD: Skipped because of direnv"
echo "LWD: Skipped loading working dir because of direnv"
fi
# Case insensitive globbing (fix for termux)