From e62c2c3c95855232f0211459966a45a098f46a43 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sat, 20 Jan 2024 23:56:23 +0100 Subject: mass exodus --- public/zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/zsh/.zshrc') diff --git a/public/zsh/.zshrc b/public/zsh/.zshrc index 2d023b4..0a0074a 100644 --- a/public/zsh/.zshrc +++ b/public/zsh/.zshrc @@ -1,7 +1,7 @@ # ft=shell #zmodload zsh/zprof -source $HOMEBREW_PREFIX/share/antigen/antigen.zsh +source /etc/zsh/antigen.zsh antigen init $HOME/.antigenrc autoload -U compinit promptinit @@ -102,8 +102,8 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8" DISABLE_MAGIC_FUNCTIONS=true # FZF -source "${HOMEBREW_PREFIX}/opt/fzf/shell/completion.zsh" -source "${HOMEBREW_PREFIX}/opt/fzf/shell/key-bindings.zsh" +#source "${HOMEBREW_PREFIX}/opt/fzf/shell/completion.zsh" +#source "${HOMEBREW_PREFIX}/opt/fzf/shell/key-bindings.zsh" export FZF_TMUX_OPTS='-d 40%' bindkey "รง" fzf-cd-widget -- cgit v1.2.3