Cleaned up keymaps and a few files.

This commit is contained in:
Norm Rasmussen
2023-09-01 17:11:17 -04:00
parent c08235014a
commit 9814c1a966
61 changed files with 110 additions and 2763 deletions

View File

@ -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"

Submodule zsh/zsh-autosuggestions added at 9908eb49a3