"vscode:/vscode.git/clone" did not exist on "5cf9263907b74d33ac0c85a8cb99f736bb63982e"
Commit bbef2db9 authored by Toon Claes's avatar Toon Claes
Browse files

parse error fix

parent 08fcf7dc
......@@ -4,7 +4,8 @@ export LSCOLORS="Gxfxcxdxbxegedabagacad"
#export LS_COLORS
# Enable ls colors
if [ "$DISABLE_LS_COLORS" != "true" ] then
if [ "$DISABLE_LS_COLORS" != "true" ]
then
# Find the option for using colors in ls, depending on the version: Linux or BSD
ls --color -d . &>/dev/null 2>&1 && alias ls='ls --color=tty' || alias ls='ls -G'
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment