PATH and LD_LIBRARY_PATH .bashrc

This commit is contained in:
cubernetes 2023-07-28 09:52:23 +02:00
parent 374931758d
commit 852e33dbe4
1 changed files with 4 additions and 0 deletions

View File

@ -182,8 +182,11 @@ alias dotconf='git --git-dir="${HOME}"/.dotfiles/ --work-tree="${HOME}"'
2>/dev/null dotconf config status.showUntrackedFiles no
PATH="${PATH}:${HOME}/.local/bin"
PATH="${PATH}:${HOME}/.local/include"
PATH="${PATH}:${HOME}/.brew/bin"
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${HOME}/.local/lib"
export GIT_SSH_COMMAND='ssh -oIdentitiesOnly=yes -F"${HOME}"/.ssh/config'
export USER42='tischmid'
export EMAIL42='timo42@proton.me'
@ -204,6 +207,7 @@ export EDITOR="$(2>/dev/null command -v vim ||
2>/dev/null command -v ed)"
export SUDO_EDITOR="${EDITOR}"
export GIT_PS1_SHOWDIRTYSTATE='1'
export LD_LIBRARY_PATH
export PATH
2>/dev/null xset r rate 200 60