This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
# Initialization code that may require console input (password prompts, [y/n] | |
# confirmations, etc.) must go above this block; everything else may go below. | |
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | |
fi | |
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet | |
# Set the directory we want to store zinit and plugins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
Auth: { | |
alreadyHaveAccount: 'Vous avez déjà un compte ?', | |
createAccount: 'Créer votre compte', | |
emailLabel: 'Email', | |
emailPlaceholder: 'ex: [email protected]', | |
forgottenPassword: 'Mot de passe oublié ?', | |
forgottenPasswordHelper: 'Merci de renseigner votre adresse email pour recevoir un nouveau mot de passe :', | |
forgottenPasswordNextSteps: 'Par la suite, surveillez votre boite mail, cliquer sur le lien et changer votre mot de passe depuis l\'interface profil.', | |
iLogIn: 'Je me connecte', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'Hello world!' |