diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-14 22:57:42 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-14 22:57:42 +0200 |
| commit | c8afbf89a3b0ae4b847bb0c56049f6d49f9bfd84 (patch) | |
| tree | 00d8f0e09a6111692d62dcb412f9e07bd40ae049 | |
| parent | 3185032f4b47d996faa35e1b7d9b416e8680a045 (diff) | |
| download | dotfiles-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>
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
