modifications to support windows

This commit is contained in:
PowerUser64 2025-04-01 21:05:43 -07:00
parent 671acaa74f
commit 48766a9a7b
8 changed files with 44 additions and 103 deletions

View file

@ -1,4 +1,8 @@
#!/bin/sh
if [ "${COLORS_SOURCED:-false}" = false ]; then
COLORS_SOURCED=true
# base16-shell (https://github.com/chriskempson/base16-shell)
# Base16 Shell template by Chris Kempson (http://chriskempson.com)
COLOR_SCHEME="${COLOR_SCHEME:-onedark}"
@ -154,3 +158,5 @@ unset color20
unset color21
unset color_foreground
unset color_background
fi