Fix zshenv
This commit is contained in:
parent
7c873f204d
commit
a35e0eda96
1 changed files with 0 additions and 6 deletions
|
@ -2,17 +2,11 @@ export XDG_CONFIG_HOME="$HOME/.config"
|
|||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
|
||||
{{- if eq .chezmoi.hostname "amalthea" }}
|
||||
export EDITOR="code --wait"
|
||||
{{- else }}
|
||||
export EDITOR="kate -n -b"
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
|
||||
{{- end }}
|
||||
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
export GOPATH="$XDG_DATA_HOME"/go
|
||||
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
|
||||
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
||||
|
||||
export GNUPGHOME="$XDG_DATA_HOME"/gnupg
|
||||
|
|
Loading…
Add table
Reference in a new issue