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

@@ -59,6 +59,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"

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

View File

@@ -1,5 +1,5 @@
[xin_0]
file=/home/dt/wallpapers/star-trek-02.jpg
file=/home/dt/wallpapers/0066.jpg
mode=0
bgcolor=#000000

View File

@@ -1,8 +1,8 @@
[geometry]
posx=16
posy=38
sizex=1884
sizey=1022
posx=4448
posy=242
sizex=1040
sizey=752
[nitrogen]
view=icon

4
.zshrc
View File

@@ -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"