mirror of
https://github.com/meineerde/dotfiles.git
synced 2025-10-17 19:41:01 +00:00
Update Base16 theme to tomorrow-night
This commit is contained in:
parent
69e01d02ce
commit
2f4b615c7a
@ -1,6 +1,2 @@
|
||||
[ -f ~/.profile ] && . ~/.profile
|
||||
[ -f ~/.bashrc ] && . ~/.bashrc
|
||||
|
||||
BASE16_SCHEME="tomorrow"
|
||||
BASE16_SHELL="$DOTFILES/base16-shell/base16-$BASE16_SCHEME.dark.sh"
|
||||
[[ -s "$BASE16_SHELL" ]] && . "$BASE16_SHELL"
|
||||
|
||||
5
.bashrc
5
.bashrc
@ -43,6 +43,11 @@ export HISTSIZE=1000
|
||||
export HISTFILESIZE=""
|
||||
shopt -s histappend >/dev/null 2>&1
|
||||
|
||||
# Base16 Shell Theme
|
||||
base16_theme="${DOTFILES}/base16-shell/scripts/base16-tomorrow-night.sh"
|
||||
source "$base16_theme"
|
||||
alias reset="command reset && source \"${base16_theme}\""
|
||||
|
||||
if type atom >/dev/null 2>&1; then
|
||||
export BACKGROUND_EDITOR="atom -n"
|
||||
export EDITOR="atom -nw"
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit d163fd8b80631c1fda5de8b6ba01a749c0da8e5e
|
||||
Subproject commit 588691ba71b47e75793ed9edfcfaa058326a6f41
|
||||
Loading…
x
Reference in New Issue
Block a user