From 1296684581112cef0bd26c727d0be21c583cc0cb Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 7 Jan 2024 10:43:33 +0000 Subject: [PATCH] Remove fig support --- zshrc.zsh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zshrc.zsh b/zshrc.zsh index 73bfaf0..340a286 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -1,7 +1,3 @@ -# Fig pre block. Keep at the top of this file. -[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh" -# Fig pre block. Keep at the top of this file. - # User configuration # history HISTFILE=~/.histfile @@ -179,6 +175,3 @@ fi # Init starship prompt -- https://starship.rs eval "$(starship init zsh)" - -# Fig post block. Keep at the bottom of this file. -[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.post.zsh"