From da26867336989468e817ef37d1fe546ac923beb1 Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 25 Nov 2022 16:32:22 +0100 Subject: [PATCH] [profile] add sfeed url file --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index b992720..ba095f6 100644 --- a/.profile +++ b/.profile @@ -11,6 +11,8 @@ export LESS="-R -z-2 -j4" # fix java swing applications export _JAVA_AWT_WM_NONREPARENTING=1 +export SFEED_URL_FILE=$HOME/.sfeed/urls + [ -f ~/.profile.local ] && . ~/.profile.local export PNPM_HOME="/home/odrling/.local/share/pnpm"