|
|
@ -66,5 +66,9 @@ if [[ -z "$LESSOPEN" ]] && (( $#commands[(i)lesspipe(|.sh)] )); then |
|
|
|
export LESSOPEN="| /usr/bin/env $commands[(i)lesspipe(|.sh)] %s 2>&-" |
|
|
|
export LESSOPEN="| /usr/bin/env $commands[(i)lesspipe(|.sh)] %s 2>&-" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -d "$HOME/bin" ]; then |
|
|
|
|
|
|
|
export PATH="$HOME/bin:$PATH" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
source .zlocal/profile 2> /dev/null || true |
|
|
|
source .zlocal/profile 2> /dev/null || true |
|
|
|
|
|
|
|
|
|
|
|