Merge branch 'master' into jenipapo

This commit is contained in:
Thomas Ruoff
2017-04-24 09:50:43 +02:00
6 changed files with 172 additions and 241 deletions

9
zshrc
View File

@@ -50,10 +50,6 @@ alias urlm='uttr --report=lastMonth'
# dead simple todo list
alias todo="mkdir -p ~/todos/\$(date +"%Y"); vim ~/todos/\$(date +"%Y")/todo-\$(date +"%m-%d").md"
# 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'
@@ -76,9 +72,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