zsh: update lwd skip message
This commit is contained in:
parent
45a5a6d479
commit
036eef93ff
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue