dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 8eed4c525970941cee7d721c885c492747fe1a65
parent 45a90b05971bbed6dd2d37a88f4fb861e01f04bb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 27 Jan 2021 08:48:44 +0100

.profile: set TERMINAL env to x-terminal-emulator

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -5,7 +5,7 @@ export LC_ALL=en_US.UTF-8 export EDITOR=vi export PAGER="less -i" export FCEDIT="$EDITOR" -export TERMINAL=st +export TERMINAL=x-terminal-emulator export BROWSER=surf-open.sh export BIB="$HOME/articles/own/BIBnew.bib" export SFEED_PLUMBER_INTERACTIVE=1