diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..bcbdf8b --- /dev/null +++ b/.zprofile @@ -0,0 +1,15 @@ +# import order +# /etc/zshenv +# ~/.zshenv +##if login Runs only when the user logs in. +# /etc/zprofile +# ~/.zprofile +##fi +##if interactive Runs only when a tty is attached. +# /etc/zshrc +# ~/.zshrc +##fi +##if login +# /etc/zlogin +# ~/.zlogin +##fi