Compare commits

..

No commits in common. "a51c33cd27aba901325ca59dc9ed65f1e6e03388" and "e85e98ee1305abe306499b9ce76aa9ef5779d503" have entirely different histories.

View file

@ -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__':