mirror of
https://github.com/meineerde/dotfiles.git
synced 2025-10-17 19:41:01 +00:00
7 lines
206 B
Bash
7 lines
206 B
Bash
[ -f ~/.profile ] && . ~/.profile
|
|
[ -f ~/.bashrc ] && . ~/.bashrc
|
|
|
|
BASE16_SCHEME="tomorrow"
|
|
BASE16_SHELL="$DOTFILES/base16-shell/base16-$BASE16_SCHEME.dark.sh"
|
|
[[ -s "$BASE16_SHELL" ]] && . "$BASE16_SHELL"
|