summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zsh/plugins8
-rw-r--r--.zsh/zshrc1
2 files changed, 1 insertions, 8 deletions
diff --git a/.zsh/plugins b/.zsh/plugins
index bccb010..88750f9 100644
--- a/.zsh/plugins
+++ b/.zsh/plugins
@@ -27,7 +27,6 @@ if ! zgen saved; then
# My plugins
zgen load uvaes/fzf-marks
- zgen load uvaes/grm
# Other plugins
zgen load rupa/z
@@ -44,7 +43,7 @@ fi
# Autosuggestion
{
- # Environment variables for plugins
+ # Environment variables for plugin
AUTOSUGGESTION_HIGHLIGHT_COLOR='fg=6'
zle-line-init() {
@@ -54,8 +53,3 @@ fi
bindkey '^y' autosuggest-execute-suggestion
}
-
-# GRM
-{
- REPOFILE=/home/urbain/.grmrc
-}
diff --git a/.zsh/zshrc b/.zsh/zshrc
index b7a6c33..f08eee4 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -46,5 +46,4 @@ if [[ -n ${TMUX} && -n ${commands[tmux]} ]];then
esac
fi
-
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh