Rename command_alias.py to command_alias-editor-v1.0.py

This commit is contained in:
Jonas_Jones 2021-12-14 13:30:38 +01:00 committed by GitHub
parent 608a14360a
commit 8b8c5b715f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,4 +49,4 @@ bashrc = open(os.path.expanduser('~') + "/.bashrc", "a")
bashrc.write("\nalias " + command_alias + "='~/" + save_directory + "/" + command_alias + ".sh'")
bashrc.close()
print("[Thread/Info] bashrc file editing successful.")
print("[Thread/Info] EXECUTE COMMAND 'source ~/.bashrc' OR RESTART YOUR DEVICE IN ORDER FOR THE ALIAS TO BE APPLIED!")
print("[Thread/Info] EXECUTE COMMAND 'source ~/.bashrc' OR RESTART YOUR DEVICE IN ORDER FOR THE ALIAS TO BE APPLIED!")