Mercurial > dotfiles.old
comparison 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 |
comparison
equal
deleted
inserted
replaced
151:87498dbd779a | 152:884d14e94710 |
---|---|
13 source ~/.zsh/zsh-history-substring-search.zsh | 13 source ~/.zsh/zsh-history-substring-search.zsh |
14 source ~/.zsh/z.sh | 14 source ~/.zsh/z.sh |
15 | 15 |
16 precmd() { | 16 precmd() { |
17 if [[ -n "$TMUX" ]]; then | 17 if [[ -n "$TMUX" ]]; then |
18 export TERM=screen-256color | |
18 tmux setenv "$(tmux display -p 'TMUX_PWD_#D')" "$PWD" | 19 tmux setenv "$(tmux display -p 'TMUX_PWD_#D')" "$PWD" |
19 fi | 20 fi |
20 } | 21 } |
22 | |
23 [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local |