1
0
Fork 0

tabs to spaces

This commit is contained in:
Pratham Patel 2022-09-26 15:48:53 +05:30
parent 73ddd0da59
commit 6f022e0475
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
USER_X_RESOURCES=$HOME/.Xresources USER_X_RESOURCES=$HOME/.Xresources
if [[ -f "$USER_X_RESOURCES" ]]; then if [[ -f "$USER_X_RESOURCES" ]]; then
xrdb -merge "$USER_X_RESOURCES" xrdb -merge "$USER_X_RESOURCES"
fi fi
xsetroot -cursor_name left_ptr & xsetroot -cursor_name left_ptr &