From d79fdd8fea79417301be5a79adc450592777bb63 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 26 Sep 2020 22:33:13 +0200 Subject: [PATCH] Fix name --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6c8fb58..8fa4446 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ export SAVEHIST=1000 export CLICOLOR=1 export EDITOR='vim' export PAGER='less' -export USER_NICKNAME="Rodolphe Breard" +export USER_NICKNAME="Rodolphe Bréard" export DEBEMAIL="packages+deb@what.tf" export DEBFULLNAME="$USER_NICKNAME"