chore(shell): shell env and path tweaks

This commit is contained in:
2023-10-09 16:53:36 +03:00
parent acf0bbe659
commit 08c2be6f97
5 changed files with 24 additions and 29 deletions

View File

@@ -2,19 +2,6 @@
# shellcheck shell=bash
# vim: filetype=zsh
export DOTFILES="$HOME/.dotfiles"
# Explicitly set XDG folders
# https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
# custom variables
export XDG_BIN_HOME="$HOME/.local/bin"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_RUNTIME_DIR="$HOME/.local/run"
source "$DOTFILES/config/exports-shell"
source "$DOTFILES/config/exports-apps"