mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-06 00:53:23 +00:00
base16-tomorrow scheme on the shell
This commit is contained in:
parent
2b19f36e15
commit
d4f78a7aaa
4
.bashrc
4
.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
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
||||
1
base16-shell
Submodule
1
base16-shell
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d163fd8b80631c1fda5de8b6ba01a749c0da8e5e
|
||||
Loading…
x
Reference in New Issue
Block a user