Mercurial > dotfiles.old
annotate zshrc @ 151:87498dbd779a
Move away from oh-my-zsh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 20 Oct 2014 21:49:21 +0200 |
parents | b3fd48f2df2c |
children | 884d14e94710 |
rev | line source |
---|---|
151 | 1 source ~/.zsh/colors.zsh |
2 source ~/.zsh/setopt.zsh | |
3 source ~/.zsh/exports.zsh | |
4 source ~/.zsh/prompt.zsh | |
5 source ~/.zsh/completion.zsh | |
6 source ~/.zsh/aliases.zsh | |
7 source ~/.zsh/bindkeys.zsh | |
8 source ~/.zsh/history.zsh | |
9 source ~/.zsh/zsh_hooks.zsh | |
86 | 10 |
151 | 11 # Plugins |
12 source ~/.fzf.zsh | |
13 source ~/.zsh/zsh-history-substring-search.zsh | |
14 source ~/.zsh/z.sh | |
0 | 15 |
151 | 16 precmd() { |
17 if [[ -n "$TMUX" ]]; then | |
18 tmux setenv "$(tmux display -p 'TMUX_PWD_#D')" "$PWD" | |
106 | 19 fi |
20 } |