fix: bootstrap.sh make it work on WSL

This commit is contained in:
Pratik Tripathy
2024-07-02 13:09:51 +05:30
parent a312e362c1
commit 6a308e0a9e
2 changed files with 49 additions and 50 deletions

View File

@@ -49,7 +49,7 @@ if [ "$(uname -s)" = "Linux" ]; then
export CUDA_CACHE_PATH="XDG_CACHE_HOME/nv"
# Map caps-lock to escape TIP: also added to /etc/profile
setxkbmap -option caps:escape
command -v setxkbmap >/dev/null && setxkbmap -option caps:escape
fi
export QT_PLUGIN_PATH="$HOME/local/lib/qt/plugins/:"