]> Sergey Matveev's repositories - dotfiles.git/blob - pdb/.pdbrc
Have not used zshfe for years
[dotfiles.git] / pdb / .pdbrc
1 import os
2
3 alias hare os.system('kill %d' % os.getpid())
4 alias hare9 os.system('kill -9 %d' % os.getpid())
5 alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get('OID_STR_TO_NAME', {}),)))