aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-10-18 03:42:09 -0400
committertdro <tdro@users.noreply.github.com>2021-10-18 03:42:09 -0400
commit2de672ccbe8de7eb269a9d015b29a47781d26137 (patch)
tree8b6179db2f66531796c5ad497136304c60e45774 /.bash_profile
parent1593fd5f9e3be034574c59431568f6c013f39d71 (diff)
downloaddotfiles-2de672ccbe8de7eb269a9d015b29a47781d26137.tar.gz
dotfiles-2de672ccbe8de7eb269a9d015b29a47781d26137.tar.bz2
dotfiles-2de672ccbe8de7eb269a9d015b29a47781d26137.zip
.bash_profile: Remove groff export
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 0 insertions, 4 deletions
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