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