diff options
| -rw-r--r-- | .rubocop.yml | 2 | ||||
| -rwxr-xr-x | install.sh | 2 |
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: ['é', 'à'] @@ -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 |
