diff options
author | Christian Segundo | 2024-01-20 23:56:23 +0100 |
---|---|---|
committer | Christian Segundo | 2024-01-20 23:56:23 +0100 |
commit | e62c2c3c95855232f0211459966a45a098f46a43 (patch) | |
tree | 15b8b4d03804d992c1f233b7d2ed41c06c332caa /public/zsh/.zshrc | |
parent | 31f926041eb5e27f6b4d139d43149fa848371e5c (diff) | |
download | dotfiles-e62c2c3c95855232f0211459966a45a098f46a43.tar.gz |
Diffstat (limited to 'public/zsh/.zshrc')
-rw-r--r-- | public/zsh/.zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |