dotfiles

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

commit cc54240189431e18f4428598025f58123cfd2765
parent 22433543da0a1ab4932440c4eb9f325350c018bc
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Mar 2019 15:08:58 +0100

Set TERMINAL in xprofile

Diffstat:
Mlinks/.xprofile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/links/.xprofile b/links/.xprofile @@ -1,4 +1,3 @@ #!/bin/sh [ -f $HOME/.locale ] && $HOME/.locale -#export TERMINAL=xterm -export TERMINAL=urxvt +export TERMINAL=st