Only show pfetch and fortune at start of terminal session

inky
Elnu 1 year ago
parent 322327936e
commit bb9afe7a51

@ -162,6 +162,7 @@ in
command rm -f -- "$tempfile" 2>/dev/null command rm -f -- "$tempfile" 2>/dev/null
} }
if [ -z $TERMINAL_STARTED ] && [ -z $IN_NIX_SHELL ]; then
pfetch pfetch
while true; do while true; do
f=`fortune` f=`fortune`
@ -170,6 +171,8 @@ in
break break
fi fi
done done
TERMINAL_STARTED=1
fi
''; '';
}; };
} }

Loading…
Cancel
Save