From d4f78a7aaa4204e9d556b35ad9696ae7d52fbb6e Mon Sep 17 00:00:00 2001 From: Holger Just Date: Sat, 17 May 2014 00:32:50 +0200 Subject: [PATCH] base16-tomorrow scheme on the shell --- .bashrc | 4 ++++ .gitmodules | 3 +++ base16-shell | 1 + 3 files changed, 8 insertions(+) create mode 160000 base16-shell diff --git a/.bashrc b/.bashrc index 21909f8..aafed05 100644 --- a/.bashrc +++ b/.bashrc @@ -30,6 +30,10 @@ shopt -u mailwarn >/dev/null 2>&1 shopt -s no_empty_cmd_completion >/dev/null 2>&1 bind Space:magic-space +BASE16_SCHEME="tomorrow" +BASE16_SHELL="$DOTFILES/base16-shell/base16-$BASE16_SCHEME.dark.sh" +[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL + # Bash History export HISTIGNORE="&:ls:ll:la:l.:pwd:exit:clear" export HISTCONTROL=ignoreboth diff --git a/.gitmodules b/.gitmodules index df395b3..45dfdf6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule ".vim/bundle/base16"] path = .vim/bundle/base16 url = https://github.com/chriskempson/base16-vim.git +[submodule "base16-shell"] + path = base16-shell + url = https://github.com/chriskempson/base16-shell diff --git a/base16-shell b/base16-shell new file mode 160000 index 0000000..d163fd8 --- /dev/null +++ b/base16-shell @@ -0,0 +1 @@ +Subproject commit d163fd8b80631c1fda5de8b6ba01a749c0da8e5e