parent
e27f66e569
commit
76840937d1
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ import os
|
|||
def install_commands(path):
|
||||
user = '/usr/local/bin'
|
||||
for command in ['list-environment']:
|
||||
os.symlink(path, os.path.join(user, f'cd-{command}')
|
||||
os.symlink(path, os.path.join(user, f'cd-{command}'))
|
||||
|
|
Loading…
Reference in a new issue