Compare commits
1 Commits
64dcee0d78
...
ceca7f1438
Author | SHA1 | Date | |
---|---|---|---|
ceca7f1438 |
@ -19,7 +19,7 @@
|
|||||||
- repo:
|
- repo:
|
||||||
- https://github.com/zsh-users/zsh-autosuggestions.git
|
- https://github.com/zsh-users/zsh-autosuggestions.git
|
||||||
- https://github.com/zsh-users/zsh-history-substring-search.git
|
- https://github.com/zsh-users/zsh-history-substring-search.git
|
||||||
- https://github.com/zsh-users/zsh-syntax-highlighting.git
|
- https://github.com/zdharma/fast-syntax-highlighting.git
|
||||||
- pip:
|
- pip:
|
||||||
- --user pick
|
- --user pick
|
||||||
- message: zsh will be the default prompt after next login
|
- message: zsh will be the default prompt after next login
|
||||||
|
14
zshrc
14
zshrc
@ -9,10 +9,22 @@ 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
|
||||||
source-plugin zsh-syntax-highlighting
|
|
||||||
|
# Command syntax highlighting
|
||||||
|
source-plugin fast-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
|
||||||
|
|
||||||
# Disable non end-of-line autosuggest accept widgets
|
# Disable non end-of-line autosuggest accept widgets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user