Browse Source

added a statement

pull/125/head
jad2121 1 year ago
parent
commit
983084e4f0
  1. 1
      installer/client/cli/utils.py

1
installer/client/cli/utils.py

@ -273,6 +273,7 @@ class Alias:
home_directory, ".bash_profile"))
self.remove_all_patterns()
self.add_patterns()
print('Aliases added successfully. Please restart your terminal to use them.')
def add(self, name, alias):
for file in self.config_files:

Loading…
Cancel
Save