Compare commits

...

2 commits

Author SHA1 Message Date
036eef93ff zsh: update lwd skip message 2024-12-18 01:34:30 -08:00
45a5a6d479 alacritty: rename live reload option 2024-11-27 12:40:25 -08:00
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
[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 loading working dir because of direnv"
echo "LWD: Skipped because of direnv"
fi
# Case insensitive globbing (fix for termux)