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"