xdg base directory
This commit is contained in:
parent
e6a66f9a7d
commit
863338526e
7
bashrc
7
bashrc
|
@ -1,3 +1,10 @@
|
|||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
|
||||
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
|
||||
|
||||
# color
|
||||
NC='\033[0m'
|
||||
RED='\033[0;31m'
|
||||
|
|
Loading…
Reference in New Issue