This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
raylu
/
dotfiles
Suivre
1
Voter
0
Fork
0
Fichiers
Pull Requests
0
Aborescence:
ce16651902
Branches
Tags
benchling
clever
google
gridium
macos
main
mp
stripe
valdera
wsl
dotfiles
/
pystartup.py
pystartup.py
100 B
Historique
Raw
1
2
3
4
5
6
#!/usr/bin/env python
import readline
import rlcompleter
readline.parse_and_bind('tab: complete')