mirror of
https://github.com/ThunixdotNet/tilde-launcher.git
synced 2026-01-24 05:10:18 +00:00
advise user to add /tilde/bin to PATH instead of aliases
This commit is contained in:
9
tilde
9
tilde
@@ -53,8 +53,13 @@ class TildeLauncher:
|
|||||||
for c in self.tc.list(argv[1:]):
|
for c in self.tc.list(argv[1:]):
|
||||||
print " tilde contrib "+c
|
print " tilde contrib "+c
|
||||||
elif argv[0]=="bootstrap":
|
elif argv[0]=="bootstrap":
|
||||||
for c in self.tc.list([],False):
|
print("""
|
||||||
print("alias {0}=\"tilde contrib {0}\"".format(c))
|
you might have to adjust this if you're not using bash
|
||||||
|
(you just need to add /tilde/bin to your PATH)
|
||||||
|
|
||||||
|
run this:
|
||||||
|
echo 'export PATH=$PATH:/tilde/bin' >> ~/.bashrc
|
||||||
|
""")
|
||||||
else:
|
else:
|
||||||
getattr(self.tc,argv[0])(argv[1:])
|
getattr(self.tc,argv[0])(argv[1:])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user