blob: 2500115009c7cdc22d53b9d0665c40870753ad94 (
plain)
1
2
3
4
5
6
7
8
|
export LESS=R # Option to less so that git log/diff hide output after exit
export EDITOR=nvim
export PATH=$PATH:~/.local/bin
export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1
export GPG_TTY=$(tty)
export LEDGER_FILE=~/.hledger/journal.txt
export PULSE_SERVER=tcp:127.0.0.1:4713 # Use TCP for multi-user audio
|