Mercurial > dotfiles.old
view zshrc @ 152:884d14e94710
Updates to zsh theme
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 21 Oct 2014 09:07:09 +0200 |
parents | 87498dbd779a |
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