this repo has no description

feat(grimblastr): extra-env lol

+2 -1
+2 -1
grimblastr/grimblastr.bb
··· 23 (defn main [& args] 24 (try 25 (let [[command target] (map do-dmenu! menus)] 26 - (shell "GRIMBLAST_HIDE_CURSOR=1 grimblast --notify --wait 1" command target)) 27 (catch Exception e))) 28 29 (when (= *file* (System/getProperty "babashka.file"))
··· 23 (defn main [& args] 24 (try 25 (let [[command target] (map do-dmenu! menus)] 26 + (shell {:extra-env {"GRIMBLAST_HIDE_CURSOR" "1"}} 27 + "grimblast --notify --wait 1" command target)) 28 (catch Exception e))) 29 30 (when (= *file* (System/getProperty "babashka.file"))