xdg spec migration finished

This commit is contained in:
2024-08-20 15:36:26 +02:00
parent e81925cb24
commit 11a2622501
8 changed files with 2338 additions and 0 deletions

13
.local/state/bash/.bashrc Normal file
View File

@@ -0,0 +1,13 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
export GPG_TTY=$(tty)
. "$HOME/.cargo/env"