Mercurial > dotfiles.old
view zshrc @ 186:7bc5adc5ce62
Update plugins
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 06 Nov 2014 08:26:03 +0100 |
parents | 4c6e4d53f8f6 |
children | b4999d36b3d2 |
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 source ~/.zsh/plugins/zsh-autosuggestions/autosuggestions.zsh precmd() { if [[ -n "$TMUX" ]]; then export TERM=screen-256color tmux setenv "$(tmux display -p 'TMUX_PWD_#D')" "$PWD" fi } # Enable autosuggestions automatically zle-line-init() { zle autosuggest-start } zle -N zle-line-init [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local