diff options
author | Matt Singleton <matt@xcolour.net> | 2021-02-08 10:46:29 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2021-02-08 10:46:29 -0600 |
commit | bd7d28036241c9070d22de7fb88d23b24094aab0 (patch) | |
tree | e5dd1e299119ee00083a9a79bd59427b0f6e3e07 | |
parent | e6a2618400edcddc2a80ef2776871ca01992be03 (diff) |
ignore zshrc-local
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | config/zsh/zshrc-local | 23 |
2 files changed, 1 insertions, 24 deletions
@@ -1,3 +1,3 @@ vim/ dotfiles-backup -xdg-config/zsh/zshrc-local +config/zsh/zshrc-local 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 |