|
|
|
@ -58,15 +58,7 @@ done
|
|
|
|
|
autoload -U compinit promptinit
|
|
|
|
|
compinit
|
|
|
|
|
promptinit
|
|
|
|
|
|
|
|
|
|
case "$(. /etc/os-release; echo $ID)" in;
|
|
|
|
|
gentoo)
|
|
|
|
|
prompt gentoo
|
|
|
|
|
;;
|
|
|
|
|
centos|redhat|rhel)
|
|
|
|
|
prompt redhat
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
gpg-connect-agent /bye
|
|
|
|
|
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
|
|
|
|