Emmanuel Bouthenot 9 years ago
parent
commit
2fc0c07f31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zsh/zshrc

+ 1 - 1
zsh/zshrc

@@ -228,7 +228,7 @@ if [[ "${LC_SSH_VARS}" = 1 ]]; then
             printf "\n${COLOR_LIGHT_GREEN}You are logged in as ${COLOR_YELLOW}${LC_SSH_FULLNAME}${COLOR_RESET} <${COLOR_YELLOW}${LC_SSH_EMAIL}${COLOR_RESET}>\n"
         fi
         if [[ ! -e "${SSH_AUTH_SOCK}" ]]; then
-            printf "${COLOR_LIGHT_YELLOW}Be warned that your ssh agent is not foarwarded${COLOR_RESET}\n"
+            printf "${COLOR_LIGHT_YELLOW}Be warned that your ssh agent is not forwarded${COLOR_RESET}\n"
         fi
     fi
 fi