Browse Source

ffoo's mkpretty.sh is now called pretty.sh

Alois Mahdal 10 years ago
parent
commit
0e7c70a305
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

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

47
 ### OTHERS ###
47
 ### OTHERS ###
48
 ### '''''' ###
48
 ### '''''' ###
49
 
49
 
50
-export FFOO_MKPRETTY=color
50
+export FFOO_PRETTY=color
51
 
51
 
52
 export GREP_OPTIONS="--color --binary-files=without-match"
52
 export GREP_OPTIONS="--color --binary-files=without-match"
53
 
53