aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-17 17:47:27 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-17 17:47:27 +0200
commit9353a2934fe32ce092b66739eee454fed443743a (patch)
tree43cb1fe4d59f69924daa326a707b61a60b0ad90c /.bashrc
parent7ac28a401765b0be829ed6746e57c13ecc709c98 (diff)
downloaddotfiles-9353a2934fe32ce092b66739eee454fed443743a.tar.gz
dotfiles-9353a2934fe32ce092b66739eee454fed443743a.zip
emacs: switched to Doom Emacs
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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