logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: c8358369d9c661e6c8da1b94dbc044b67c24a2d8
parent: 24ce7dc5c23b280d8906c1cc296f915f034afce0
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)