From 9af72b1f31ee233b46aa59a5ba6da4f673a8efa1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 2 Mar 2023 03:09:49 +0000 Subject: automatic import of zsh --- zprofile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zprofile (limited to 'zprofile') 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 -- cgit v1.2.3