.profile: Remove pacman and asp PATH settings.

master
Pierre Neidhardt 2019-09-27 19:46:24 +02:00
parent 5be8be8e37
commit bb7004541c
1 changed files with 0 additions and 6 deletions

View File

@ -58,7 +58,6 @@ done
## Last PATH entries.
appendpath "${HOME}/.local/bin"
command -v pacman >/dev/null 2>&1 && appendpath "${HOME}/.local/bin/pacman"
## mcron: needs to be run after PATH is fully set or else local programs could
## be missing.
@ -125,11 +124,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml="
## Do not create desktop links or start menu entries.
export WINEDLLOVERRIDES="$WINEDLLOVERRIDES;winemenubuilder.exe=d"
## Pacman asp root.
if command -v asp >/dev/null 2>&1; then
export ASPROOT="$HOME/.cache/asp"
fi
## Default text editor
## 'em' is a custom wrapper for emacsclient. See '.bin/em'.
## VISUAL is given priority by some programs like Mutt. This way we can separate