zsh: remove fig

This commit is contained in:
2025-05-05 15:48:03 +01:00
parent 94528916e8
commit 299e2ddfb3

5
zshrc
View File

@@ -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"