mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2026-04-20 14:34:21 +02:00
enable patch inotify support on wsl
This commit is contained in:
4
.termrc
4
.termrc
@@ -30,5 +30,9 @@ printf '\e[34m [termrc] Running on WSL\e[0m\n'
|
|||||||
# Load SSH keychain
|
# Load SSH keychain
|
||||||
/usr/bin/keychain -q --nogui $HOME/.ssh/id_rsa
|
/usr/bin/keychain -q --nogui $HOME/.ssh/id_rsa
|
||||||
source $HOME/.keychain/$HOST-sh
|
source $HOME/.keychain/$HOST-sh
|
||||||
|
|
||||||
|
# Enable entr workaround for incomplete inotify support on WSL
|
||||||
|
export ENTR_INOTIFY_WORKAROUND=1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user