This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
raylu
/
dotfiles
Observar
1
Favorito
0
Fork
0
Arquivos
Pull Requests
0
Tree:
3e32a94fe9
Branches
Tags
benchling
clever
google
gridium
macos
main
mp
stripe
valdera
wsl
dotfiles
/
pystartup.py
pystartup.py
100 B
Histórico
Raw
1
2
3
4
5
6
#!/usr/bin/env python
import readline
import rlcompleter
readline.parse_and_bind('tab: complete')