diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-27 01:45:34 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-27 01:45:34 +0000 |
commit | 4c99c905ea7ec076cad6bc7e9cc0b6207c37b4cb (patch) | |
tree | 823497a8963c86c47b46c3f320aece3c7773c3aa /system/zsh/zprofile | |
parent | c42018b636d493a0ffc3ff7e7022ef1edd98689f (diff) | |
download | packages-4c99c905ea7ec076cad6bc7e9cc0b6207c37b4cb.tar.gz packages-4c99c905ea7ec076cad6bc7e9cc0b6207c37b4cb.tar.bz2 packages-4c99c905ea7ec076cad6bc7e9cc0b6207c37b4cb.tar.xz packages-4c99c905ea7ec076cad6bc7e9cc0b6207c37b4cb.zip |
system/zsh: Two changes related to zprofile
* Enable running it at all
* Don't set /home/awilcox/bin as a default PATH, yikes
Diffstat (limited to 'system/zsh/zprofile')
-rw-r--r-- | system/zsh/zprofile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/zsh/zprofile b/system/zsh/zprofile index 50cbdaaaa..df7a3f76e 100644 --- a/system/zsh/zprofile +++ b/system/zsh/zprofile @@ -2,8 +2,6 @@ # /etc/zprofile and ~/.zprofile are run for login shells # -export PATH="$PATH:$HOME/bin" - _src_etc_profile() { # Make /etc/profile happier, and have possible ~/.zshenv options like |