Set XDG Base Directories in fish

This commit is contained in:
pancakes 2025-07-29 16:29:02 +10:00
parent 46135086c2
commit f77e672a6b
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,4 @@
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"

View file

@ -1,7 +1,7 @@
set -U fish_greeting source ~/.config/environment.sh
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here set -g fish_greeting
# Aliases # Aliases
alias cat="bat" alias cat="bat"