From c8afbf89a3b0ae4b847bb0c56049f6d49f9bfd84 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 14 Jul 2025 22:57:42 +0200 Subject: emacs: Don't extend PATH with emacs/bin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This directory no longer exist since I moved away from Doom. Signed-off-by: Miquel Sabaté Solà --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index bf21af1..3886689 100644 --- a/.bashrc +++ b/.bashrc @@ -176,9 +176,6 @@ video2gif() { # Handy alias for the ip command alias ip="ip --color" -# Add the binaries of Doom Emacs into my PATH. -export PATH=$PATH:$HOME/.config/emacs/bin - # If we have Rust's source code, export the special `RUST_SRC_PATH`, since this # is useful for completion tools. if command -v rustc &>/dev/null; then -- cgit v1.2.3