aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/chcolors
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/chcolors')
-rwxr-xr-xdotfiles/.local/bin/chcolors2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/chcolors b/dotfiles/.local/bin/chcolors
index 7732267..e62b047 100755
--- a/dotfiles/.local/bin/chcolors
+++ b/dotfiles/.local/bin/chcolors
@@ -3,7 +3,7 @@
COLORSCHEME="dark"
if [ -f $HOME/.cache/colorscheme ]; then
- source $HOME/.cache/colorscheme
+ . $HOME/.cache/colorscheme
fi
case $COLORSCHEME in