HynDuf / dotfiles

Aesthetic Dotfiles for my Arch Linux rabbit hole 🐇
GNU General Public License v3.0
314 stars 13 forks source link

Fix #3

Closed su55y closed 2 years ago

su55y commented 2 years ago

I removed some bashisms, because if /bin/sh is not linked to bash (but to dash, for example), then script will not work. Another solution is to simply change #!/bin/sh to #!/usr/bin/env bash.

recently installed a dash and now scripts in my system are breaking a little, calendar-launcher in this case nice rice btw 🤩

HynDuf commented 2 years ago

Thanks