diff --git a/command_alias.py b/command_alias-editor-v1.0.py similarity index 97% rename from command_alias.py rename to command_alias-editor-v1.0.py index 8e7f045..7d9124b 100644 --- a/command_alias.py +++ b/command_alias-editor-v1.0.py @@ -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!") \ No newline at end of file +print("[Thread/Info] EXECUTE COMMAND 'source ~/.bashrc' OR RESTART YOUR DEVICE IN ORDER FOR THE ALIAS TO BE APPLIED!")