diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-02 03:09:49 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-02 03:09:49 +0000 |
commit | 9af72b1f31ee233b46aa59a5ba6da4f673a8efa1 (patch) | |
tree | ff30711e8596b2e6cfe1c176884f48abd4a0a948 /zprofile | |
parent | 919409ac45333a832dc566a92dbfd7bf21be84ba (diff) |
automatic import of zshopeneuler20.03
Diffstat (limited to 'zprofile')
-rw-r--r-- | zprofile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/zprofile b/zprofile new file mode 100644 index 0000000..7925b57 --- /dev/null +++ b/zprofile @@ -0,0 +1,8 @@ +# +# '.zlogout' is similar to `.zlogin', except that it is sourced before `.zshrc' +# + +PATH="$PATH:$HOME/bin" +export PATH + +[ -f /etc/profile ] && . /etc/profile |