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"