Skip to content

Commit df97c9d

Browse files
committed
zsh: remove fig config
1 parent 59f2fbd commit df97c9d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.config/zsh/.zshrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
if [[ ! -f $XDG_DATA_HOME/antidote/antidote.zsh ]]; then
52
print -P "%F{33} %F{220}Installing %F{33}antidote%F{220} Initiative Plugin Manager (%F{33}mattmc3/antidote%F{220})…%f"
63
command mkdir -p "$XDG_DATA_HOME/antidote" && command chmod g-rwX "$XDG_DATA_HOME/antidote"
@@ -141,8 +138,6 @@ if (( $+commands[mise] )); then
141138
fi
142139

143140
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"
146141

147142
autoload -Uz compinit
148143
compinit

0 commit comments

Comments
 (0)