Browse Source

Fix colors.bashrc shebang

Alois Mahdal 4 years ago
parent
commit
745b611a32
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/colors.bashrc

+ 1
- 1
dotfiles/bash/colors.bashrc View File

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