aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml2
-rwxr-xr-xinstall.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c0d6e89..e70098a 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,3 +1,3 @@
# Allow me to write me own name on the copyright notice :)
Style/AsciiComments:
- Enabled: false
+ AllowedChars: ['é', 'à']
diff --git a/install.sh b/install.sh
index 9abde85..236e271 100755
--- a/install.sh
+++ b/install.sh
@@ -53,7 +53,7 @@ done
# Link the global.gitignore file
rm "${HOME:?}/.gitignore"
-ln -s $(readlink -f global.gitignore) "${HOME:?}/.gitignore"
+ln -s "$(readlink -f global.gitignore)" "${HOME:?}/.gitignore"
# Copy entries of some of the directories inside of maybe existing ones.
for i in Images .config .gnupg; do