XDG Stuff

This commit is contained in:
2025-03-11 11:45:44 -03:00
parent ed699e596a
commit 8b0cf92195
3 changed files with 21 additions and 2 deletions

View File

@ -15,6 +15,9 @@ alias update="paru; paru -c"
alias l="ls --ignore-glob '$([ -f .hidden ] && cat .hidden | tr '\n' '|')'"
# XDG stuff
export HISTFILE="${XDG_STATE_HOME}"/bash/history
# Helpful tool: https://bash-prompt-generator.org
# On github: https://github.com/Scriptim/bash-prompt-generator
PS1='[\u@\h \w]\$ '