aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/zshrc-local
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-02-08 10:46:29 -0600
committerMatt Singleton <matt@xcolour.net>2021-02-08 10:46:29 -0600
commitbd7d28036241c9070d22de7fb88d23b24094aab0 (patch)
treee5dd1e299119ee00083a9a79bd59427b0f6e3e07 /config/zsh/zshrc-local
parente6a2618400edcddc2a80ef2776871ca01992be03 (diff)
ignore zshrc-local
Diffstat (limited to 'config/zsh/zshrc-local')
-rw-r--r--config/zsh/zshrc-local23
1 files changed, 0 insertions, 23 deletions
diff --git a/config/zsh/zshrc-local b/config/zsh/zshrc-local
deleted file mode 100644
index 50a16b2..0000000
--- a/config/zsh/zshrc-local
+++ /dev/null
@@ -1,23 +0,0 @@
-# get sbin on the path
-#export PATH="/usr/sbin:/sbin:$PATH"
-
-# move homebrew stuff to the beginning of the search path
-#export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
-#export MANPATH="/usr/local/man:$MANPATH"
-#export PATH="/usr/local/opt/python/libexec/bin:$PATH"
-#export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
-#export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
-#export PATH="/usr/local/opt/findutils/libexec/gnubin:$PATH"
-#export MANPATH="/usr/local/opt/findutils/libexec/gnuman:$MANPATH"
-#export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"
-#export MANPATH="/usr/local/opt/grep/libexec/gnuman:$MANPATH"
-
-# Java
-#export JAVA_HOME="$(/usr/libexec/java_home -v 1.8)"
-
-# start the ssh agent on login and stop on logout
-#eval `ssh-agent -s`
-#trap 'eval `ssh-agent -k`' 0
-
-# prompt hostname is highlighted in red for non-local envs
-export ZSH_LOCAL_ENV=true