Make shebang more portable to NixOS

This commit is contained in:
Sravan Balaji
2024-03-30 20:03:41 -04:00
parent 4c6c9cd36f
commit 2fc6acd399
5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
BAR="mybar"
CONFIG="~/.xmonad/polybar/config.ini"
NUM_MONITORS=0