modifications to support windows
This commit is contained in:
parent
671acaa74f
commit
48766a9a7b
8 changed files with 44 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue