mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +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"
|
then PATH="/var/lib/flatpak/exports/bin/:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "$HOME/.config/emacs/bin/" ] ;
|
||||||
|
then PATH="$HOME/.config/emacs/bin/:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
### SETTING OTHER ENVIRONMENT VARIABLES
|
### SETTING OTHER ENVIRONMENT VARIABLES
|
||||||
if [ -z "$XDG_CONFIG_HOME" ] ; then
|
if [ -z "$XDG_CONFIG_HOME" ] ; then
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# First line removes the path; second line sets it. Without the first line,
|
# First line removes the path; second line sets it. Without the first line,
|
||||||
# your path gets massive and fish becomes very slow.
|
# your path gets massive and fish becomes very slow.
|
||||||
set -e fish_user_paths
|
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 ###
|
### EXPORT ###
|
||||||
set fish_greeting # Supresses fish's intro message
|
set fish_greeting # Supresses fish's intro message
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[xin_0]
|
[xin_0]
|
||||||
file=/home/dt/wallpapers/star-trek-02.jpg
|
file=/home/dt/wallpapers/0066.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[geometry]
|
[geometry]
|
||||||
posx=16
|
posx=4448
|
||||||
posy=38
|
posy=242
|
||||||
sizex=1884
|
sizex=1040
|
||||||
sizey=1022
|
sizey=752
|
||||||
|
|
||||||
[nitrogen]
|
[nitrogen]
|
||||||
view=icon
|
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"
|
then PATH="/var/lib/flatpak/exports/bin/:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "$HOME/.config/emacs/bin/" ] ;
|
||||||
|
then PATH="$HOME/.config/emacs/bin/:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
### SETTING OTHER ENVIRONMENT VARIABLES
|
### SETTING OTHER ENVIRONMENT VARIABLES
|
||||||
if [ -z "$XDG_CONFIG_HOME" ] ; then
|
if [ -z "$XDG_CONFIG_HOME" ] ; then
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|||||||
Reference in New Issue
Block a user