mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Improve zsh variable usage
This commit is contained in:
3
.profile
3
.profile
@ -2,7 +2,8 @@ export LC_ALL=en_GB.UTF-8
|
||||
export LANG=en_GB.UTF-8
|
||||
export LC_NUMERIC=en_GB
|
||||
|
||||
export DOTFILES=~/.config/dotfiles
|
||||
export CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||
export DOTFILES=$CONFIG_DIR/dotfiles
|
||||
export PATH="${PATH}:$DOTFILES/scripts"
|
||||
export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
|
||||
|
||||
|
Reference in New Issue
Block a user