From 40181f735cb464605ea6f97da27eacfd223d5f84 Mon Sep 17 00:00:00 2001 From: Ian Breckenridge <62034540+i13e@users.noreply.github.com> Date: Sat, 27 Aug 2022 12:02:43 -0400 Subject: [PATCH] `Less` now supports XDG Base Directory spec (v590) https://www.greenwoodsoftware.com/less/news.590.html --- .config/shell/profile | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/shell/profile b/.config/shell/profile index bff0ed94..07955812 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -23,7 +23,6 @@ export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" #export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" # This line will break some DMs. export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch-config" export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0" -export LESSHISTFILE="-" export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" export INPUTRC="$XDG_CONFIG_HOME/shell/inputrc" export ZDOTDIR="$XDG_CONFIG_HOME/zsh"