logo

dotfiles

My dotfiles, one branch per machine
commit: 12ee6b691e58c2597433d872fdbc0d54d2cf532a
parent: 8520b6a4ab3537a921c9dfc225d3386e20c1e396
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  9 Jan 2020 02:33:00 +0100

.profile: export ACRONYMDB, unset git GIT_ALTERNATE_OBJECT_DIRECTORIES, PATH priorities

Diffstat:

M.profile7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.profile b/.profile @@ -1,4 +1,5 @@ # exports +export ACRONYMDB="$HOME/.local/share/acronyms" export BADWOLF_L10N="en_GB:fr_FR:de_DE:ru_RU" export BROWSER="badwolf:firefox:lynx" export EDITOR="$(which vis)" @@ -6,7 +7,7 @@ export ENV="$HOME/.profile" export GOPROXY="direct" # disable proxying to Google by default export GOSUMDB=off # do not query for module checksum when undefined in go.sum export ERL_AFLAGS="-kernel shell_history enabled" -export GIT_ALTERNATE_OBJECT_DIRECTORIES="${HOME}/Sources/git/git-object-directory/" +unset GIT_ALTERNATE_OBJECT_DIRECTORIES unset GIT_OBJECT_DIRECTORY export GPGKEY='DDC9237C14CF6F4DD847F6B390D93ACCFEFF61AE' export GPG_TTY="$(tty)" @@ -21,7 +22,7 @@ export LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40; export MOZ_ALLOW_GTK_DARK_THEME=true export NNTPSERVER='news.free.fr' #export PATH="$(echo /{,usr/{,games/,local/,lib/llvm/{5,4}/,lib/plan9/}}{,s}bin | tr \ :)" -export PATH="$PATH:$HOME/.local/bin" +export PATH="$HOME/.local/bin:$PATH" export PS4='$ ' export QEMU_AUDIO_DRV=alsa export SSH_AGENT_PID=$(cat ${HOME}/.ssh/agent.pid) @@ -107,7 +108,7 @@ get_git_branch() { branch='@.' fi - printf -- ' %s' "$branch" + printf -- ' %s' "$branch" else echo '' fi