mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-05 16:43:22 +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"
|