zsh qubes conf
This commit is contained in:
parent
f6a4c57063
commit
fb3eab0aac
|
@ -7,18 +7,12 @@ export LC_CTYPE="en_US.UTF-8"
|
|||
|
||||
# Apply QubesOS specific configuration
|
||||
if command -v qubesdb-read &> /dev/null; then
|
||||
export QUBES_GPG_DOMAIN="vault";
|
||||
export SSH_AUTH_SOCK="/home/${USER}/.SSH_AGENT_${QUBES_GPG_DOMAIN}";
|
||||
git config --global gpg.program qubes-gpg-client-wrapper;
|
||||
else
|
||||
# Always use gpg2
|
||||
[[ -f /usr/bin/gpg2 ]] && alias gpg="/usr/bin/gpg2"
|
||||
fi
|
||||
|
||||
alias vi="nvim"
|
||||
alias vim="nvim"
|
||||
|
||||
path=("$PYENV_ROOT/bin" $path)
|
||||
path=("$HOME/.local/bin" $path)
|
||||
path=($^path(N)) # remove paths that don't exist
|
||||
|
||||
|
|
Loading…
Reference in New Issue