logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: 18618bee4c57cace85a9253ff9226d76a0e4be08
parent: 97aaab9752b8f124e2bfc1afe95c0a0bcd4d16d5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  4 Apr 2020 14:18:01 +0200

.profile: PLUG_TMPDIR="/tmp/plug-$(id -u)"

Diffstat:

M.profile1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -24,6 +24,7 @@ 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="$HOME/.local/bin:$PATH:$HOME/go/bin" +export PLUG_TMPDIR="/tmp/plug-$(id -u)" export PS4='$ ' export QEMU_AUDIO_DRV=alsa export SSH_AGENT_PID=$(cat ${HOME}/.ssh/agent.pid)