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 63584c22c32a582bdd07f7c5ebcd18c572052bc7
parent 607dbba3f4633dd24948747fd96f7a009bbebfd2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 25 Aug 2020 14:00:49 +0200

Remove SFEED_PIPER setting and instead use default value

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

diff --git a/.profile b/.profile @@ -174,10 +174,6 @@ video_screenshot() { alias julia-fast='julia --procs 1 --optimize=3 --math-mode=fast' -if [ -f $HOME/code/sfeed_curses/content.example.sh ]; then - export SFEED_PIPER=$HOME/code/sfeed_curses/content.example.sh -fi - addtopath() { for d in "$@"; do if [ -d "$d" ]; then