summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-07-15 13:51:20 +0200
committerUrbain Vaes <urbain@vaes.uk>2015-07-15 13:51:20 +0200
commita6828d1d44c752e813b7c6395329430d9f0eee99 (patch)
treea9ed0e4ad589c1e261f46e1bfbfa51066397d682 /zshrc
parent8a10c634e3a3f26dc38f5660de0c6aacc6f1a0d1 (diff)
Add configuration file for grm
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc6
1 files changed, 5 insertions, 1 deletions
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'