Skip to content

Commit

Permalink
chore: repair playground reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sQVe committed Nov 4, 2024
1 parent 67ae0d9 commit be10fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ xcompmgr -c -l 0 -t 0 -r 0 -o 0 &

# Clear playground boxes.
if [[ -d "${CODE}/playground" ]]; then
git -C "${CODE}/playground" checkout -- boxes
git -C "${CODE}/playground" checkout -- src
fi

# Run the scripts in xinitrc.d.
Expand Down

0 comments on commit be10fe8

Please sign in to comment.