diff options
| author | David Kaufmann <astra@ionic.at> | 2020-08-25 00:37:27 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2020-08-25 00:37:27 +0200 |
| commit | 13cee518063115da6a0bf078475b642a95a4577d (patch) | |
| tree | 29416a78cbdf4172d5b3ca3a45243b4fe89a4e5c | |
| parent | 4588851770897e0f7c2717c346dd9fb88cd4b10b (diff) | |
| download | config-13cee518063115da6a0bf078475b642a95a4577d.tar.gz | |
zsh: remove maven highlighting
| -rw-r--r-- | home/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/.zshrc b/home/.zshrc index b48a779..cd4694e 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -62,7 +62,7 @@ DISABLE_AUTO_UPDATE="true" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( - git mvn colored-man-pages + git colored-man-pages ) [ -d $ZSH ] && source $ZSH/oh-my-zsh.sh @@ -265,3 +265,5 @@ funcation vim() { command vim $* fi } + +source /home/astra/.config/broot/launcher/bash/br |
