Compare commits
No commits in common. "a51c33cd27aba901325ca59dc9ed65f1e6e03388" and "e85e98ee1305abe306499b9ce76aa9ef5779d503" have entirely different histories.
a51c33cd27
...
e85e98ee13
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ import sys
|
|||
|
||||
|
||||
def install_commands():
|
||||
print('PATH:', os.environ['PATH'])
|
||||
os.symlink(f'/usr/local/bin/cd-list-environment', __file__)
|
||||
print(__file__)
|
||||
os.link(f'/usr/local/bin/cd-list-environment', __file__)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue