Browse Source

actually have it working

master
xenua 2 years ago
parent
commit
729a1d4497
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 4
      runcoms/zprofile
  2. 4
      runcoms/zshrc

4
runcoms/zprofile

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

4
runcoms/zshrc

@ -28,5 +28,9 @@ if type pyenv > /dev/null; then @@ -28,5 +28,9 @@ if type pyenv > /dev/null; then
eval "$(pyenv init -)"
fi
if [ -d "$HOME/bin" ]; then
export PATH="$HOME/bin:$PATH"
fi
source .zlocal/rc 2> /dev/null || true

Loading…
Cancel
Save