mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
mv base16 theme to zshrc as non-interactive shells dont need it
This commit is contained in:
5
zprofile
5
zprofile
@@ -5,11 +5,6 @@ export PATH="$HOME/local/bin:$PATH"
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||||
|
||||
# Base16 Shell
|
||||
BASE16_SCHEME="solarized"
|
||||
BASE16_SHELL="$HOME/.base16-shell/base16-$BASE16_SCHEME.dark.sh"
|
||||
[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL
|
||||
|
||||
########################
|
||||
# Dist related settings
|
||||
########################
|
||||
|
||||
Reference in New Issue
Block a user