From 555bfb90f6db82fd3a20aab490cc7281b717564d Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 3 Mar 2021 23:54:03 +0100 Subject: [PATCH] Cleanup .zshrc --- files/.zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/.zshrc b/files/.zshrc index 7226ff8..408e768 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -16,7 +16,6 @@ setopt prompt_subst LN=$'\n' ICON="%(?.%{$fg[green]%}.%{$fg[red]%})λ" -#➜ DIR="%{$fg[blue]%}%~" GIT="%{$fg[red]%}\$vcs_info_msg_0_" @@ -166,8 +165,3 @@ fancy-ctrl-z () { } zle -N fancy-ctrl-z bindkey '^Z' fancy-ctrl-z - -# Syntax Highlighting -if [ -f ~/.zsh-highlighting/zsh-syntax-highlighting.zsh ]; then - source $HOME/.zsh-highlighting/zsh-syntax-highlighting.zsh -fi