commit 3db3dd1521919daa8bce1f90242d31c6c7cfc7a7
parent c3faa7e0158d8fdf931d86fe60bc279cd425f46f
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sat, 1 May 2021 14:15:10 +0200
shell: XDG config dir for glow
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/shell/env b/shell/env
@@ -216,3 +216,4 @@ export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
export R_PROFILE_USER="$XDG_CONFIG_HOME/R/Rprofile"
export MAILCAPS="$XDG_CONFIG_HOME/mailcap"
eval "$(perl -I$XDG_DATA_HOME/perl5/lib/perl5 -Mlocal::lib=$XDG_DATA_HOME/perl5)"
+alias glow='glow --config "$XDG_CONFIG_HOME/glow/glow.yml"'