oh-my-bash/lib/theme-and-appearance.sh
Hans Wurst 27b55d1ea3 lib/theme-and-appearance: Remove using of the alias command in theme and appearance. (#107)
Setting the color is ok, but the alias should be set on another place.

Refs #106
2020-02-17 13:45:49 +11:00

5 lines
75 B
Bash

#!/usr/bin/env bash
# colored ls
export LSCOLORS='Gxfxcxdxdxegedabagacad'