mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
move to base16-gruvbox
This commit is contained in:
9
zshrc
9
zshrc
@@ -47,10 +47,6 @@ alias urlw='uttr --report=lastWeek'
|
||||
alias urm='uttr --report=month'
|
||||
alias urlm='uttr --report=lastMonth'
|
||||
|
||||
# colourscheme
|
||||
alias dark='zsh ~/.base16-shell/scripts/base16-solarized-dark.sh'
|
||||
alias light='zsh ~/.base16-shell/scripts/base16-solarized-light.sh'
|
||||
|
||||
# colors
|
||||
autoload -U colors && colors
|
||||
alias ls='ls --color=tty'
|
||||
@@ -73,9 +69,10 @@ bindkey ' ' magic-space
|
||||
|
||||
# Base16 Shell
|
||||
BASE16_SHELL=$HOME/.base16-shell/
|
||||
[ -n "$PS1" ] && dark
|
||||
|
||||
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"
|
||||
base16_gruvbox-dark-medium
|
||||
|
||||
# fzf
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
# zplug
|
||||
|
||||
Reference in New Issue
Block a user