diff --git a/.gitignore b/.gitignore index dea2d4f..61dab1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .zcompdump +.zprofile.local diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..9138ab8 --- /dev/null +++ b/.zprofile @@ -0,0 +1,6 @@ +typeset -U path +path[1,0]=~/.local/bin + +if [[ -r ${ZDOTDIR:-${HOME}}/.zprofile.local ]]; then + . ${ZDOTDIR:-${HOME}}/.zprofile.local +fi