From caa76b902e9b8e667380360e9797e072b66762ac Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 21 Feb 2021 01:18:18 +0000 Subject: [PATCH] Fix typos --- roles/home-cli/files/bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index 01cc1d9..52bb3b2 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -43,8 +43,7 @@ export TIME_STYLE=long-iso # Used by GNU 'ls'. if [ ! -r "$HOME/.config/locale.conf" ] then if [ -r /etc/locale.conf ] - thenn - + then cp /etc/locale.conf "$HOME/.config/locale.conf" else echo "LANG=\"${LANG-C}\"" > "$HOME/.config/locale.conf"