aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-14 22:57:42 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-14 22:57:42 +0200
commitc8afbf89a3b0ae4b847bb0c56049f6d49f9bfd84 (patch)
tree00d8f0e09a6111692d62dcb412f9e07bd40ae049 /.bashrc
parent3185032f4b47d996faa35e1b7d9b416e8680a045 (diff)
downloaddotfiles-c8afbf89a3b0ae4b847bb0c56049f6d49f9bfd84.tar.gz
dotfiles-c8afbf89a3b0ae4b847bb0c56049f6d49f9bfd84.zip
emacs: Don't extend PATH with emacs/bin
This directory no longer exist since I moved away from Doom. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.bashrc')
-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