Skip to content

Commit

Permalink
zero-system: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed May 13, 2024
1 parent a6a3775 commit 914c0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pentoo/zero-system/files/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bindkey "\eOF" end-of-line

if [ "${USER}" != "root" ]; then
if [ ! -r ~/.ssh/id_ed25519_sk_green ] && [ ! -r ~/.ssh/id_ed25519_sk_red ] && [ ! -r ~/.ssh/gentoo_rsa ]; then
printf "This system has no ssh keys, you are expected for forward ssh agent\n"
printf "This system has no ssh keys, you are expected to forward ssh agent\n"
else
if [ ! -r ~/.ssh/id_ed25519_sk_green ]; then
printf "This system is missing your yk5cgreen primary key id_ed25519_sk_green\n"
Expand Down

0 comments on commit 914c0c0

Please sign in to comment.