diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-31 12:13:21 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-02 16:38:42 +0200 |
| commit | 9be35b7d7ae6156765a8bd3616b38d529f2722ff (patch) | |
| tree | 3d2f00e3c058ec0d184b4ed0f0d4a44d6ef70708 /.bashrc | |
| parent | af506d19f05695ec99e28670fbcb5ce894d39d12 (diff) | |
| download | dotfiles-9be35b7d7ae6156765a8bd3616b38d529f2722ff.tar.gz dotfiles-9be35b7d7ae6156765a8bd3616b38d529f2722ff.zip | |
Moved .doom.d -> .config/doom
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -177,9 +177,7 @@ alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh" alias ip="ip --color" alias ipb="ip --color --brief" -# Add the binaries of Doom Emacs into my PATH (either on the traditional -# `~/.emacs.d` or the XDG-conformant `~/.config/emacs`). -export PATH=$PATH:$HOME/.emacs.d/bin +# 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 |
