X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=pdb%2F.pdbrc;h=aaaedb9882b42626c3241e0f2a10600f74487754;hb=849a9afeb6a8263fc7a540588b0d0f024ac7adc7;hp=b3f30f6679dda81d8c29ff9ee19f28ae1e71de4d;hpb=0553bcb0acfb2e13935b7d3520c0fb11775fb4e0;p=dotfiles.git diff --git a/pdb/.pdbrc b/pdb/.pdbrc index b3f30f6..aaaedb9 100644 --- a/pdb/.pdbrc +++ b/pdb/.pdbrc @@ -1,5 +1,5 @@ import os -alias hare os.system('kill %d' % os.getpid()) -alias hare9 os.system('kill -9 %d' % os.getpid()) +alias hare os.system("kill %d" % os.getpid()) +alias hare9 os.system("kill -9 %d" % os.getpid()) alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get("OID_STR_TO_NAME", {}),)))