Add shell init files

This commit is contained in:
joshuayuen99 2023-11-04 01:19:09 -04:00
parent 00081485c1
commit b22f86551a
Signed by: josh
GPG Key ID: FBE9A7AE906AD5CC
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
alias ls='ls --color=auto'

View File

@ -0,0 +1,9 @@
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export GPG_TTY=$(tty)
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export PATH="$PATH:$HOME/.local/bin"