Browse Source

Add notes about always loading zprofile

master
Arti Zirk 1 year ago
parent
commit
f77b79d5e7
  1. 6
      .zshrc.pre

6
.zshrc.pre

@ -1,2 +1,8 @@ @@ -1,2 +1,8 @@
# Load zprofile for interactive prompts
# Some packages configure environment variables via this way
#if [[ ! -o login && -o interactive ]]; then
# source /etc/zsh/zprofile
#fi
# so that i can autoload -Uz local functions
fpath=( ~/.config/zsh/functions $fpath)

Loading…
Cancel
Save