commit fbf22399b3b39df2e30b9f7f4d7c4cb85c952254 from: the xhr date: Wed Jun 01 10:19:19 2022 UTC Fix two wrong path commit - b3b2ca80ef50dceb8b585fa63c34a39e84ba2aa0 commit + fbf22399b3b39df2e30b9f7f4d7c4cb85c952254 blob - 2d5d4389405757e204ceb80bc334ccff149e993c blob + e681502bee400162bf07eb160348ea7a7218ec60 --- .xinitrc-openbsd +++ .xinitrc-openbsd @@ -54,10 +54,10 @@ else _xpath=~/.Xresources if [[ -h ${_xpath} ]]; then rm ${_xpath} - ln -s ~/Documents/git/config/.Xresources-low ${_xpath} + ln -s ~/Documents/git/config/.Xresources ${_xpath} xrdb -merge ${_xpath} elif [[ ! -e ${_xpath} ]]; then - ln -s ~/Documents/git/config/.Xresources-high ${_xpath} + ln -s ~/Documents/git/config/.Xresources ${_xpath} xrdb -merge ${_xpath} fi