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"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
[ -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
|
# Dist related settings
|
||||||
########################
|
########################
|
||||||
|
|||||||
5
zshrc
5
zshrc
@@ -60,3 +60,8 @@ bindkey '^N' down-history
|
|||||||
bindkey '^r' history-incremental-search-backward
|
bindkey '^r' history-incremental-search-backward
|
||||||
bindkey ' ' magic-space
|
bindkey ' ' magic-space
|
||||||
|
|
||||||
|
# Base16 Shell
|
||||||
|
BASE16_SCHEME="solarized"
|
||||||
|
BASE16_SHELL="$HOME/.base16-shell/base16-$BASE16_SCHEME.dark.sh"
|
||||||
|
[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user