aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 33bff25..f0c37e4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -153,3 +153,6 @@ alias ipb="ip --color --brief"
# Needed by Alacritty
export XDG_CONFIG_HOME="$HOME/.config"
+
+# Add the binaries of Doom Emacs into my PATH.
+export PATH=$PATH:$HOME/.emacs.d/bin