This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
remove rc.py
pull/1/head
10sr
10 years ago
parent
1b0d65ef06
commit
0d68a7b840
1 changed files
with
0 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-12
rc.py
+ 0
- 12
rc.py
View File
@@ -1,12 +0,0 @@
#!/usr/bin/env python
try:
import readline
except ImportError:
print("Module readline not available.")
readline = None
else:
if "libedit" in readline.__doc__ :
readline.parse_and_bind("bind ^I rl_complete")
else :
readline.parse_and_bind("tab: complete")
Write
Preview
Loading…
Cancel
Save