mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Adding new DOOM EMACS path to shell configs
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -51,6 +51,10 @@ if [ -d "/var/lib/flatpak/exports/bin/" ] ;
|
||||
then PATH="/var/lib/flatpak/exports/bin/:$PATH"
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.config/emacs/bin/" ] ;
|
||||
then PATH="$HOME/.config/emacs/bin/:$PATH"
|
||||
fi
|
||||
|
||||
### SETTING OTHER ENVIRONMENT VARIABLES
|
||||
if [ -z "$XDG_CONFIG_HOME" ] ; then
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
||||
Reference in New Issue
Block a user