mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Adding new DOOM EMACS path to shell configs
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[xin_0]
|
||||
file=/home/dt/wallpapers/star-trek-02.jpg
|
||||
file=/home/dt/wallpapers/0066.jpg
|
||||
mode=0
|
||||
bgcolor=#000000
|
||||
|
||||
|
||||
@@ -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
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