1
Fork 0

Add zsh config

This commit is contained in:
Joshua Goins 2022-02-21 19:34:24 -05:00
parent 8b0e4127f9
commit b0db0f5e9f
2 changed files with 16 additions and 0 deletions

12
dot_zshenv Normal file
View file

@ -0,0 +1,12 @@
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export EDITOR="kate -n -b"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
export GNUPGHOME="$XDG_DATA_HOME"/gnupg

View file

@ -0,0 +1,4 @@
autoload -Uz promptinit
promptinit
prompt walters