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 2d93dd955252456c6da23ce02f0f3f53f10530f1
parent a9cb3ee319835dae4152c1daf28406f6360c045e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 26 Jun 2020 06:07:21 +0200

Set SFEED_PIPER

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

diff --git a/.profile b/.profile @@ -166,6 +166,10 @@ 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