From 299e2ddfb3789af72f11d3a19ac39f31f62c7841 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 5 May 2025 15:48:03 +0100 Subject: [PATCH] zsh: remove fig --- zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zshrc b/zshrc index 83fa2b9..cccf9b0 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +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" # Add an entry to PATH, iff it's not already there. addpath() { wanted_path=$1 @@ -28,6 +26,3 @@ fi if [ -f ${HOME}/.zsh.d/local/${HOSTNAME}.zsh ] ; then source ${HOME}/.zsh.d/local/${HOSTNAME}.zsh fi - -# 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"