Adding new DOOM EMACS path to shell configs

This commit is contained in:
Derek Taylor
2023-05-19 13:13:12 -05:00
parent 4a0c0ff6f2
commit ad1c20355e
5 changed files with 14 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
# First line removes the path; second line sets it. Without the first line,
# your path gets massive and fish becomes very slow.
set -e fish_user_paths
set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.emacs.d/bin $HOME/Applications /var/lib/flatpak/exports/bin/ $fish_user_paths
set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.config/emacs/bin $HOME/Applications /var/lib/flatpak/exports/bin/ $fish_user_paths
### EXPORT ###
set fish_greeting # Supresses fish's intro message