mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix: bootstrap.sh make it work on WSL
This commit is contained in:
@@ -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/:"
|
||||
|
||||
Reference in New Issue
Block a user