dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit d92a8aafa2ad43a2506ae696e2911398e4d42ecf
parent 04b7a5cc530d2db9f16803ad31bb95873d210c7a
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun,  7 Jan 2018 20:25:35 +0000

comment out unconfigured options for now

Diffstat:
Mzsh/.zsh/nodejs.zsh | 2+-
Mzsh/.zsh/syntax.zsh | 49++++++++++++++++++++++++-------------------------
Mzsh/.zshrc | 4++--
3 files changed, 27 insertions(+), 28 deletions(-)

diff --git a/zsh/.zsh/nodejs.zsh b/zsh/.zsh/nodejs.zsh @@ -11,7 +11,7 @@ # CODE http://github.com/pyratebeard/dotfiles # # Node version manager -source ~/.nvm/nvm.sh +#source ~/.nvm/nvm.sh # Aliases alias node="sudo node" diff --git a/zsh/.zsh/syntax.zsh b/zsh/.zsh/syntax.zsh @@ -11,29 +11,29 @@ # CODE http://github.com/pyratebeard/dotfiles # # Source the plugin https://github.com/zsh-users/zsh-syntax-highlighting -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # Colour overrides -ZSH_HIGHLIGHT_STYLES[default]='none' -ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red' -ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=yellow' -ZSH_HIGHLIGHT_STYLES[alias]='fg=blue' -ZSH_HIGHLIGHT_STYLES[builtin]='fg=blue' -ZSH_HIGHLIGHT_STYLES[function]='fg=blue' -ZSH_HIGHLIGHT_STYLES[command]='fg=blue' -ZSH_HIGHLIGHT_STYLES[precommand]='none' -ZSH_HIGHLIGHT_STYLES[commandseparator]='none' -ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=blue' -ZSH_HIGHLIGHT_STYLES[path]='none' -ZSH_HIGHLIGHT_STYLES[path_prefix]='none' -ZSH_HIGHLIGHT_STYLES[path_approx]='fg=yellow' -ZSH_HIGHLIGHT_STYLES[globbing]='fg=green' -ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=green' -ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=magenta' -ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=red' -ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='none' -ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow' -ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow' -ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=cyan' -ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=cyan' -ZSH_HIGHLIGHT_STYLES[assign]='none' -\ No newline at end of file +#ZSH_HIGHLIGHT_STYLES[default]='none' +#ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red' +#ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=yellow' +#ZSH_HIGHLIGHT_STYLES[alias]='fg=blue' +#ZSH_HIGHLIGHT_STYLES[builtin]='fg=blue' +#ZSH_HIGHLIGHT_STYLES[function]='fg=blue' +#ZSH_HIGHLIGHT_STYLES[command]='fg=blue' +#ZSH_HIGHLIGHT_STYLES[precommand]='none' +#ZSH_HIGHLIGHT_STYLES[commandseparator]='none' +#ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=blue' +#ZSH_HIGHLIGHT_STYLES[path]='none' +#ZSH_HIGHLIGHT_STYLES[path_prefix]='none' +#ZSH_HIGHLIGHT_STYLES[path_approx]='fg=yellow' +#ZSH_HIGHLIGHT_STYLES[globbing]='fg=green' +#ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=green' +#ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=magenta' +#ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=red' +#ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='none' +#ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow' +#ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow' +#ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=cyan' +#ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=cyan' +#ZSH_HIGHLIGHT_STYLES[assign]='none' diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -13,5 +13,5 @@ # Load configs for config (~/.zsh/*.zsh) source $config setopt auto_cd -export PATH="$HOME/.dynamic-colors/bin:$PATH" -source $HOME/.dynamic-colors/completions/dynamic-colors.zsh +#export PATH="$HOME/.dynamic-colors/bin:$PATH" +#source $HOME/.dynamic-colors/completions/dynamic-colors.zsh