LukeSmithxyz / voidrice

My dotfiles (deployed by LARBS)
GNU General Public License v3.0
4.26k stars 1.22k forks source link

Fix sb-price after bash -> dash change #1426

Open appeasementPolitik opened 1 month ago

appeasementPolitik commented 1 month ago

After the /bin/sh symlink change from bash to dash, sb-price only showed $0.00 in the statusbar. This was because the substitution in the curl command is a bashism. This PR fixes it by replacing the substitution, through fully writing it out. It also stops shellcheck from complaining.