zshrc: Always use Gentoo prompt
parent
6c18587fcf
commit
4e63427646
10
.zshrc
10
.zshrc
|
@ -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
|
||||
prompt gentoo
|
||||
|
||||
gpg-connect-agent /bye
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
|
|
Reference in New Issue