From 2e5c3a6c1ada866b884c86152ef9fcdab71defe7 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sat, 6 Jan 2024 12:43:24 +0100 Subject: Revert "zsh: set PLAN9" This reverts commit 3278df583159527059baa8dcbe6fb3f9e2313545. --- zshenv | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zshenv b/zshenv index 4b699fd..b5ad773 100644 --- a/zshenv +++ b/zshenv @@ -43,9 +43,6 @@ fi function path-prepend { [[ -d "$1" ]] && path[1,0]=($1) } -function path-append { - [[ -d "$1" ]] && path+=($1) -} path-prepend "/usr/local/sbin" path-prepend "/usr/local/bin" path-prepend "/Library/TeX/texbin" @@ -123,12 +120,6 @@ unset java_home # Prevent Maven from running tasks in the foreground (( $+commands[mvn] )) && export MAVEN_OPTS="-Djava.awt.headless=true" -# PLAN9 -if [[ -d "$HOME/.local/plan9" ]]; then - export PLAN9="$HOME/.local/plan9" - path-append "$PLAN9/bin" -fi - # Local environment source "$HOME/.zshenv.local" 2> /dev/null -- cgit v1.2.3