From 14303969f8dc001e31f727eede59dcc7037f3984 Mon Sep 17 00:00:00 2001 From: Zachary Billman Date: Wed, 26 Apr 2023 14:19:58 -0400 Subject: [PATCH] Removed mention of old non-XDG .emacs.d directory in .bashrc --- bash/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 4ebd645..5f9c6b6 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -13,7 +13,6 @@ test -s ~/.alias && . ~/.alias || true export PATH=$PATH:/home/zpb/.local/bin -export PATH=$PATH:/home/zpb/.emacs.d/bin export PATH=$PATH:/home/zpb/.config/emacs/bin export EDITOR="emacs -nw"