From 9be35b7d7ae6156765a8bd3616b38d529f2722ff Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 31 Mar 2024 12:13:21 +0200 Subject: Moved .doom.d -> .config/doom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 7ac20f6..51f74ac 100644 --- a/.bashrc +++ b/.bashrc @@ -177,9 +177,7 @@ alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh" alias ip="ip --color" alias ipb="ip --color --brief" -# Add the binaries of Doom Emacs into my PATH (either on the traditional -# `~/.emacs.d` or the XDG-conformant `~/.config/emacs`). -export PATH=$PATH:$HOME/.emacs.d/bin +# 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 -- cgit v1.2.3