Add zsh config
This commit is contained in:
parent
8b0e4127f9
commit
b0db0f5e9f
2 changed files with 16 additions and 0 deletions
12
dot_zshenv
Normal file
12
dot_zshenv
Normal 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
|
4
private_dot_config/zsh/dot_zshrc
Normal file
4
private_dot_config/zsh/dot_zshrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
autoload -Uz promptinit
|
||||
promptinit
|
||||
|
||||
prompt walters
|
Loading…
Add table
Reference in a new issue