diff options
Diffstat (limited to 'home')
| -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 |
