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 c95204ff79d9e3f2b32c9de89d6f62edcdb9fff3
parent ebab4d2b23ca3261797bd11fdff4e6bcb05212a5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 17 Nov 2020 06:57:44 +0100

.profile: allow interactive plumber in sfeed_curses which fixes sacc(1)

Diffstat:
M.profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -8,6 +8,7 @@ export FCEDIT="$EDITOR" export TERMINAL=st export BROWSER=surf-open.sh export BIB="$HOME/articles/own/BIBnew.bib" +export SFEED_PLUMBER_INTERACTIVE=1 umask 022