aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-03-31 12:13:21 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2024-04-02 16:38:42 +0200
commit9be35b7d7ae6156765a8bd3616b38d529f2722ff (patch)
tree3d2f00e3c058ec0d184b4ed0f0d4a44d6ef70708 /.bashrc
parentaf506d19f05695ec99e28670fbcb5ce894d39d12 (diff)
downloaddotfiles-9be35b7d7ae6156765a8bd3616b38d529f2722ff.tar.gz
dotfiles-9be35b7d7ae6156765a8bd3616b38d529f2722ff.zip
Moved .doom.d -> .config/doom
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 1 insertions, 3 deletions
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