diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-07-15 13:51:20 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-07-15 13:51:20 +0200 |
commit | a6828d1d44c752e813b7c6395329430d9f0eee99 (patch) | |
tree | a9ed0e4ad589c1e261f46e1bfbfa51066397d682 /zshrc | |
parent | 8a10c634e3a3f26dc38f5660de0c6aacc6f1a0d1 (diff) |
Add configuration file for grm
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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' |