From 2de672ccbe8de7eb269a9d015b29a47781d26137 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 18 Oct 2021 03:42:09 -0400 Subject: .bash_profile: Remove groff export --- .bash_profile | 4 ---- 1 file changed, 4 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index bec97ce..6c286f5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -64,10 +64,6 @@ export RUSTUP_HOME="$XDG_DATA_HOME/rustup" export TERMINAL=urxvt export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" -command -v groff > /dev/null 2>&1 && \ - GROFF_FONT_PATH="$HOME/.nix-profile/share/groff/$(groff -v | head -n1 | awk '{ print $4 }')/font" && \ - export GROFF_FONT_PATH - # themes export DESKTOP_SESSION=gnome export XDG_CURRENT_DESKTOP=gnome -- cgit v1.2.3