dustin
/
zdotdir
Archived
1
0
Fork 0

zshrc: Always use Gentoo prompt

master
Dustin 2020-05-03 13:24:32 -05:00
parent 6c18587fcf
commit 4e63427646
1 changed files with 1 additions and 9 deletions

10
.zshrc
View File

@ -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)"