diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index eed18ea..bf700a7 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -304,12 +304,6 @@ then fi fi -# Print AZERTY keyboard if using the French locale. -if [ "$LANG" = "fr_FR.UTF-8" ] && [ -r "$XDG_DATA_HOME/azerty-afnor.txt" ] -then - cat "$XDG_DATA_HOME/azerty-afnor.txt" -fi - # Make a directory and immediately change to it. mkcd () { if [ $# -ne 1 ] @@ -395,6 +389,12 @@ usermotd () { else echo "SHELL=$SHELL" fi + + # Print AZERTY keyboard if using the French locale. + if [ "$LANG" = "fr_FR.UTF-8" ] && [ -r "$XDG_DATA_HOME/azerty-afnor.txt" ] + then + cat "$XDG_DATA_HOME/azerty-afnor.txt" + fi } simpletls () {