mirror of
https://github.com/JonasunderscoreJones/BashCommandAliasEditor.git
synced 2025-10-22 21:09:19 +02:00
Rename command_alias.py to command_alias-editor-v1.0.py
This commit is contained in:
parent
608a14360a
commit
8b8c5b715f
1 changed files with 1 additions and 1 deletions
|
@ -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!")
|
Loading…
Add table
Add a link
Reference in a new issue