From d7a3c56269db8e2066412da2d7b3808e531b480c Mon Sep 17 00:00:00 2001 From: cbreton Date: Thu, 10 Oct 2019 09:14:24 +0200 Subject: Rename some dotfile and add a binding for search in history --- dotfiles/zsh/syntax.zsh | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 dotfiles/zsh/syntax.zsh (limited to 'dotfiles/zsh/syntax.zsh') diff --git a/dotfiles/zsh/syntax.zsh b/dotfiles/zsh/syntax.zsh deleted file mode 100644 index 755d9ff..0000000 --- a/dotfiles/zsh/syntax.zsh +++ /dev/null @@ -1,40 +0,0 @@ -# ██ -# ░██ -# ██████ ██████░██ -# ░░░░██ ██░░░░ ░██████ -# ██ ░░█████ ░██░░░██ -# ██ ░░░░░██░██ ░██ -# ██████ ██████ ░██ ░██ -# ░░░░░░ ░░░░░░ ░░ ░░ -# -# ▓▓▓▓▓▓▓▓▓▓ -# ░▓ author ▓ xero -# ░▓ code ▓ http://code.xero.nu/dotfiles -# ░▓ mirror ▓ http://git.io/.files -# ░▓▓▓▓▓▓▓▓▓▓ -# ░░░░░░░░░░ -# -#█▓▒░ color 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' -- cgit v1.2.1