Compare commits
No commits in common. "036eef93ff9eb18d9ac33f347b769704fab59fb4" and "397c65c1b7f36035f5de843092a34f978d3e5ce5" have entirely different histories.
036eef93ff
...
397c65c1b7
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
[general]
|
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -277,7 +277,7 @@ if [ "$skip_load" = false ]; then
|
||||||
# shellchek disable=SC2164
|
# shellchek disable=SC2164
|
||||||
load_working_dir && cd - > /dev/null || true
|
load_working_dir && cd - > /dev/null || true
|
||||||
else
|
else
|
||||||
echo "LWD: Skipped because of direnv"
|
echo "LWD: Skipped loading working dir because of direnv"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Case insensitive globbing (fix for termux)
|
# Case insensitive globbing (fix for termux)
|
||||||
|
|
Loading…
Add table
Reference in a new issue