aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 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