Compare commits
No commits in common. "0adcd44d22bb1117795160b8e7dd59439fa87d21" and "8e0475876090634389eafc5def71ebb231722b97" have entirely different histories.
0adcd44d22
...
8e04758760
21
zshrc
21
zshrc
@ -9,26 +9,14 @@ source-plugin() {
|
|||||||
echo "zsh plugin not found: $1"
|
echo "zsh plugin not found: $1"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fish like automatic suggestions from command history
|
|
||||||
source-plugin zsh-autosuggestions
|
source-plugin zsh-autosuggestions
|
||||||
# Disable non end-of-line autosuggest accept widgets
|
|
||||||
ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(end-of-line vi-end-of-line)
|
|
||||||
|
|
||||||
# Search history with a command substring
|
|
||||||
source-plugin zsh-history-substring-search
|
source-plugin zsh-history-substring-search
|
||||||
|
|
||||||
# Command syntax highlighting
|
|
||||||
source-plugin zsh-syntax-highlighting
|
source-plugin zsh-syntax-highlighting
|
||||||
|
|
||||||
# Automatically source .enter and .exit scripts on cd
|
|
||||||
source-plugin autoenv
|
source-plugin autoenv
|
||||||
|
|
||||||
# Build system helper commands
|
|
||||||
source-plugin build
|
source-plugin build
|
||||||
|
|
||||||
# Project sandboxing commands
|
# Disable non end-of-line autosuggest accept widgets
|
||||||
source-plugin sandbox
|
ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(end-of-line vi-end-of-line)
|
||||||
|
|
||||||
# Remove duplicates from history
|
# Remove duplicates from history
|
||||||
setopt hist_ignore_all_dups
|
setopt hist_ignore_all_dups
|
||||||
@ -190,3 +178,8 @@ case `uname` in
|
|||||||
alias debug='lldb --'
|
alias debug='lldb --'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$TMUX" != "" ]; then
|
||||||
|
alias sp='tmux split-window'
|
||||||
|
alias vs='tmux split-window -h'
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user