From a6828d1d44c752e813b7c6395329430d9f0eee99 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 15 Jul 2015 13:51:20 +0200 Subject: Add configuration file for grm --- zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 432f0c0..a05fde7 100644 --- a/zshrc +++ b/zshrc @@ -24,12 +24,15 @@ if ! zgen saved; then # zgen load sindresorhus/pure zgen oh-my-zsh themes/eastwood + # My plugins + zgen load uvaes/fzf-marks + zgen load uvaes/grm + # Other plugins zgen load rupa/z zgen load djui/alias-tips zgen load tarruda/zsh-autosuggestions zgen load Tarrasch/zsh-autoenv - zgen load uvaes/fzf-marks zgen load joel-porquet/zsh-dircolors-solarized # Save all to init script @@ -43,6 +46,7 @@ bindkey '^P' history-beginning-search-backward bindkey '^N' history-beginning-search-forward # Plugins configuration +REPOFILE="/home/urbain/dotfiles/repos.zsh" # Autosuggestion AUTOSUGGESTION_HIGHLIGHT_COLOR='fg=6' -- cgit v1.2.3