this repo has no description

zshrc

+1 -1
+1 -1
.zshrc
··· 107 107 108 108 export COLORTERM=truecolor 109 109 source ~/.profile 110 + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" 110 111 111 112 # Set up fzf key bindings and fuzzy completion 112 113 source <(fzf --zsh) 113 114 114 115 eval "$(zoxide init --cmd cd zsh)" 115 116 116 - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"