Files
profile/.zprofile

19 lines
330 B
Bash

# 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
# Hermes Agent — ensure ~/.local/bin is on PATH
export PATH="$HOME/.local/bin:$PATH"