summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-26 14:12:00 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-26 14:12:00 -0400
commitf8dd8ca8860cc5081c3704e338730b640559a3f3 (patch)
tree4d7f83f9f45c4c461493ebd4974104ec97a556b0
parent7d1b8476622084cef94f0014048001aa7b0429ee (diff)
parentb8a539b4fff6ff7b7824531cb35547757b91aa42 (diff)
Merge branch 'patch-1' of https://github.com/g-w1/LARBS into g-w1-patch-1
-rw-r--r--larbs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/larbs.sh b/larbs.sh
index d277fe9..2ed73cb 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -156,6 +156,7 @@ systembeepoff() { dialog --infobox "Getting rid of that retarded error beep soun
finalize(){ \
dialog --infobox "Preparing welcome message..." 4 50
echo "exec_always --no-startup-id notify-send -i ~/.local/share/larbs/larbs.png 'Welcome to LARBS:' 'Press Super+F1 for the manual.' -t 10000" >> "/home/$name/.config/i3/config"
+ mkdir -p /home/$name/.cache/zsh/ # allows zsh to write a histfile. If this is not put in, zsh will not make the directory and there won't be a file.
dialog --title "All done!" --msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\\n\\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment (it will start automatically in tty1).\\n\\n.t Luke" 12 80
}