Cleaned up keymaps and a few files.
This commit is contained in:
20
zsh/.zshrc
20
zsh/.zshrc
@ -5,16 +5,20 @@ export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
plugins=(
|
||||
zsh-autosuggestions
|
||||
git
|
||||
wakatime
|
||||
brew
|
||||
npm
|
||||
z
|
||||
zsh-syntax-highlighting
|
||||
vi-mode
|
||||
zsh-autosuggestions,
|
||||
git,
|
||||
wakatime,
|
||||
brew,
|
||||
npm,
|
||||
z,
|
||||
zsh-syntax-highlighting,
|
||||
vi-mode,
|
||||
)
|
||||
|
||||
# Zsh Autosuggestion Config
|
||||
source ~/.dotfiles/zsh/zsh-autosuggestions/
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#ff00ff,bg=cyan,bold,underline"
|
||||
|
||||
# User configuration
|
||||
|
||||
export DOT="~/.dotfiles"
|
||||
|
||||
1
zsh/zsh-autosuggestions
Submodule
1
zsh/zsh-autosuggestions
Submodule
Submodule zsh/zsh-autosuggestions added at 9908eb49a3
Reference in New Issue
Block a user