zshrc: Always use Gentoo prompt
parent
6c18587fcf
commit
4e63427646
8
.zshrc
8
.zshrc
|
@ -58,15 +58,7 @@ done
|
||||||
autoload -U compinit promptinit
|
autoload -U compinit promptinit
|
||||||
compinit
|
compinit
|
||||||
promptinit
|
promptinit
|
||||||
|
|
||||||
case "$(. /etc/os-release; echo $ID)" in;
|
|
||||||
gentoo)
|
|
||||||
prompt gentoo
|
prompt gentoo
|
||||||
;;
|
|
||||||
centos|redhat|rhel)
|
|
||||||
prompt redhat
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
gpg-connect-agent /bye
|
gpg-connect-agent /bye
|
||||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||||
|
|
Reference in New Issue