We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f2fbd commit df97c9dCopy full SHA for df97c9d
1 file changed
.config/zsh/.zshrc
@@ -1,6 +1,3 @@
1
-# Fig pre block. Keep at the top of this file.
2
-# [[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
3
-
4
if [[ ! -f $XDG_DATA_HOME/antidote/antidote.zsh ]]; then
5
print -P "%F{33} %F{220}Installing %F{33}antidote%F{220} Initiative Plugin Manager (%F{33}mattmc3/antidote%F{220})…%f"
6
command mkdir -p "$XDG_DATA_HOME/antidote" && command chmod g-rwX "$XDG_DATA_HOME/antidote"
@@ -141,8 +138,6 @@ if (( $+commands[mise] )); then
141
138
fi
142
139
143
140
source $XDG_CONFIG_HOME/broot/launcher/bash/br
144
-# Fig post block. Keep at the bottom of this file.
145
-# [[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.post.zsh"
146
147
autoload -Uz compinit
148
compinit
0 commit comments