mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update zshrc script
This commit is contained in:
@@ -12,19 +12,6 @@ ZPLUG_HOME="$DOTZSH/zplug-cache"
|
|||||||
# Don't wrap these commands in a Bundler wrapper.
|
# Don't wrap these commands in a Bundler wrapper.
|
||||||
UNBUNDLED_COMMANDS=(shotgun)
|
UNBUNDLED_COMMANDS=(shotgun)
|
||||||
|
|
||||||
# Enable bash-style completion.
|
|
||||||
autoload -U bashcompinit
|
|
||||||
bashcompinit
|
|
||||||
|
|
||||||
# Disable shared history.
|
|
||||||
unsetopt share_history
|
|
||||||
|
|
||||||
# Disable attempted correction of commands (is wrong 98% of the time).
|
|
||||||
unsetopt correctall
|
|
||||||
|
|
||||||
# Cause I hit emacs shorts too much.
|
|
||||||
bindkey -s "\C-x\C-f" "cd "
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# zplug
|
# zplug
|
||||||
#
|
#
|
||||||
@@ -67,3 +54,20 @@ if zplug check zsh-users/zsh-syntax-highlighting; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
zplug load
|
zplug load
|
||||||
|
|
||||||
|
#
|
||||||
|
# Basic Z-Shell settings
|
||||||
|
#
|
||||||
|
|
||||||
|
# Enable bash-style completion.
|
||||||
|
autoload -U bashcompinit
|
||||||
|
bashcompinit
|
||||||
|
|
||||||
|
# Disable shared history.
|
||||||
|
unsetopt share_history
|
||||||
|
|
||||||
|
# Disable attempted correction of commands (is wrong 98% of the time).
|
||||||
|
unsetopt correctall
|
||||||
|
|
||||||
|
# Cause I hit emacs shorts too much.
|
||||||
|
bindkey -s "\C-x\C-f" "cd "
|
||||||
|
|||||||
Reference in New Issue
Block a user