Skip to content

Commit

Permalink
Merge pull request #1896 from pentoo/typo_fix
Browse files Browse the repository at this point in the history
zero-system: fix typo
  • Loading branch information
github-actions[bot] authored May 13, 2024
2 parents a6a3775 + 914c0c0 commit 5aff577
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 5aff577

Please sign in to comment.