From 1957081c122fe231eb6120192489dd979d214317 Mon Sep 17 00:00:00 2001 From: mediocregopher Date: Sun, 13 Aug 2023 21:34:14 +0200 Subject: Update branch with all changes which could be brought in from private branches For a while I was keeping a private branch where there were a lot of non-public things included, and that became the de-facto branch while this one lagged. This one is now up-to-date, all private stuff is dealt with via config files which are not committed. --- zsh/env | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 zsh/env (limited to 'zsh/env') diff --git a/zsh/env b/zsh/env deleted file mode 100644 index 0188d76..0000000 --- a/zsh/env +++ /dev/null @@ -1,18 +0,0 @@ -#Global stuff shitty programs use -export EDITOR=~/.nix-profile/bin/nvim - -#Basics -export PATH=$PATH:/bin -export PATH=$PATH:/usr/bin -export PATH=$PATH:/usr/local/bin - -#my shit -export PATH=~/bin:$PATH - -#Go has its own path system. Way to be difficult go -export GOPATH=~/.go -export GOBIN=$GOPATH/bin -export PATH=$GOPATH/bin:$PATH - -# GPG is needy -export GPG_TTY=$(tty) -- cgit v1.2.3