From 4e634276465e520a4afda95b306b2b1cf60f9e6a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 3 May 2020 13:24:32 -0500 Subject: [PATCH] zshrc: Always use Gentoo prompt --- .zshrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.zshrc b/.zshrc index 09dad96..852a3b7 100644 --- a/.zshrc +++ b/.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)"