diff options
| author | Dylan Araps <[email protected]> | 2018-06-03 14:41:21 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-06-03 14:41:21 +1000 |
| commit | 6c0cdf212d174766bea0f09480b6d9a17bfadac4 (patch) | |
| tree | 0837061e389d13c4b44271c4df9ffb29d5f38fbc | |
| parent | backend: Remove unused imports. (diff) | |
| download | pywal-6c0cdf212d174766bea0f09480b6d9a17bfadac4.tar.xz pywal-6c0cdf212d174766bea0f09480b6d9a17bfadac4.zip | |
shell: Fix source error in zsh
| -rw-r--r-- | pywal/templates/colors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/templates/colors.sh b/pywal/templates/colors.sh index 22dbd46..b607b93 100644 --- a/pywal/templates/colors.sh +++ b/pywal/templates/colors.sh @@ -33,4 +33,4 @@ export FZF_DEFAULT_OPTS=" " # Fix LS_COLORS being unreadable. -export LS_COLORS="$LS_COLORS:su=30;41:ow=30;42:st=30;44:" +export LS_COLORS="${{LS_COLORS}}:su=30;41:ow=30;42:st=30;44:" |