comparison zshrc @ 158:7b712c989aad

Revert "Add k plugin" This reverts commit c0c0db480ba70ef1f412c3ff9a22597ee45d6e62.
author zegervdv <zegervdv@me.com>
date Thu, 23 Oct 2014 20:37:02 +0200
parents 318c21a3243c
children 4c6e4d53f8f6
comparison
equal deleted inserted replaced
157:318c21a3243c 158:7b712c989aad
11 # Plugins 11 # Plugins
12 source ~/.fzf.zsh 12 source ~/.fzf.zsh
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 source ~/.zsh/plugins/zsh-autosuggestions/autosuggestions.zsh 15 source ~/.zsh/plugins/zsh-autosuggestions/autosuggestions.zsh
16 source ~/.zsh/plugins/k/k.sh
17 16
18 precmd() { 17 precmd() {
19 if [[ -n "$TMUX" ]]; then 18 if [[ -n "$TMUX" ]]; then
20 export TERM=screen-256color 19 export TERM=screen-256color
21 tmux setenv "$(tmux display -p 'TMUX_PWD_#D')" "$PWD" 20 tmux setenv "$(tmux display -p 'TMUX_PWD_#D')" "$PWD"