mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2026-04-20 14:34:21 +02:00
whoever created bash comparisons deserves to be shot
This commit is contained in:
3
.termrc
3
.termrc
@@ -24,7 +24,7 @@ export LANGUAGE="en_US.UTF-8"
|
||||
zlibd() (printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" | cat - "$@" | gzip -dc)
|
||||
|
||||
# Run WSL-specific inits
|
||||
if [ -n WSLENV ] ; then
|
||||
if [ -n "$WSLENV" ] ; then
|
||||
printf '\e[34m [termrc] Running on WSL\e[0m\n'
|
||||
|
||||
# Load SSH keychain
|
||||
@@ -33,6 +33,5 @@ printf '\e[34m [termrc] Running on WSL\e[0m\n'
|
||||
|
||||
# Enable entr workaround for incomplete inotify support on WSL
|
||||
export ENTR_INOTIFY_WORKAROUND=1
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user