zshrc: Always use Gentoo prompt
This commit is contained in:
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
Block a user