)
Some checks failed
/ job (push) Failing after 9s

This commit is contained in:
Marc Beninca 2024-04-26 23:26:40 +02:00
parent e27f66e569
commit 76840937d1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -4,4 +4,4 @@ import os
def install_commands(path): def install_commands(path):
user = '/usr/local/bin' user = '/usr/local/bin'
for command in ['list-environment']: 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}'))