Mercurial > dotfiles.old
view zshrc @ 155:71a5b250ad3d
Update plugins
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 23 Oct 2014 08:39:21 +0200 |
parents | 884d14e94710 |
children | 49e483d88403 |
line wrap: on
line source
source ~/.zsh/colors.zsh source ~/.zsh/setopt.zsh source ~/.zsh/exports.zsh source ~/.zsh/prompt.zsh source ~/.zsh/completion.zsh source ~/.zsh/aliases.zsh source ~/.zsh/bindkeys.zsh source ~/.zsh/history.zsh source ~/.zsh/zsh_hooks.zsh # Plugins source ~/.fzf.zsh source ~/.zsh/zsh-history-substring-search.zsh source ~/.zsh/z.sh precmd() { if [[ -n "$TMUX" ]]; then export TERM=screen-256color tmux setenv "$(tmux display -p 'TMUX_PWD_#D')" "$PWD" fi } [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local