enable patch inotify support on wsl

This commit is contained in:
2023-03-23 11:11:15 +01:00
parent 447abcb60b
commit df59bbb6e8

View File

@@ -30,5 +30,9 @@ printf '\e[34m [termrc] Running on WSL\e[0m\n'
# Load SSH keychain
/usr/bin/keychain -q --nogui $HOME/.ssh/id_rsa
source $HOME/.keychain/$HOST-sh
# Enable entr workaround for incomplete inotify support on WSL
export ENTR_INOTIFY_WORKAROUND=1
fi