chore(zsh): removed oh-my-zsh and made the config cleaner
This commit is contained in:
parent
f2c2a4341a
commit
603d8a4f22
10 changed files with 790 additions and 162 deletions
4
.zshenv
4
.zshenv
|
@ -6,9 +6,11 @@ TRAPUSR1() {
|
|||
}
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
export JAVA_HOME="/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home"
|
||||
else
|
||||
export LIBVA_DRIVER_NAME=nvidia
|
||||
fi
|
||||
export LIBVA_DRIVER_NAME=nvidia
|
||||
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 ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue