logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: 9ae979d3353b729332d08d62124426cd3ae0f238
parent b831e6c45f685385b9030f92f7537947b5f5d822
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 17 Jul 2021 21:25:54 +0200

.profile: TERMINAL='foot'

Diffstat:

M.profile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -32,7 +32,7 @@ export QEMU_AUDIO_DRV=alsa export SSH_AGENT_PID=$(cat ${HOME}/.ssh/agent.pid) export SSH_AUTH_SOCK="${HOME}/.ssh/agent.sock" export SSH_ASK_PASS="${HOME}/.local/bin/ssh-ask-pass.sh" -export TERMINAL='st' +export TERMINAL='foot' export TZ='Europe/Paris' export QT_STYLE_OVERRIDE=adwaita-dark