Quellcode durchsuchen

Fix colors.bashrc shebang

Alois Mahdal vor 4 Jahren
Ursprung
Commit
745b611a32
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      dotfiles/bash/colors.bashrc

+ 1
- 1
dotfiles/bash/colors.bashrc Datei anzeigen

@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/bin/bash
2 2
 
3 3
 # get some fancy colorz
4 4
       black="\[\033[0;30m\]"