Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
bugfix for Alacritty emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
mickoissicko committed Mar 25, 2024
1 parent dbbf911 commit cc4e731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/setupmenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def activate():

with open(dot_files, 'a') as file:
file.write(f'\n# HelloShell Startup Configuration\n')
file.write(f'python {current_working_directory}/scripts/welcomeshell.py\n')
file.write(f'clear\n')
file.write(f'python {current_working_directory}/scripts/welcomeshell.py\n')

Expand Down

0 comments on commit cc4e731

Please sign in to comment.