From cc6c137a8f9ba2e221c12f4e8fcc3f51fae52e6e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 23 Dec 2016 11:52:50 -0500 Subject: Add gdbinit --- .gdbinit | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gdbinit (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 00000000..9422460c --- /dev/null +++ b/.gdbinit @@ -0,0 +1 @@ +set disassembly-flavor intel -- cgit 1.4.1 a> : src
dontfiles
summary refs log tree commit diff
path: root/home/.gnupg/gpg-agent.conf (unfollow)
Commit message (Expand)Author
2018-04-03Move home bins to ~/.local/binJune McEnroe
2018-04-02Highlight Special as NormalJune McEnroe
2018-04-02Use size_t for iterating in schemeJune McEnroe
2018-04-02Modulo H and saturate S, V in schemeJune McEnroe
2018-04-02Rewrite scheme in a more sensible orderJune McEnroe
2018-04-02Use function pointers in schemeJune McEnroe
2018-04-02Use union for scheme gen functionsJune McEnroe
2018-04-02Use uint32_t for len in schemeJune McEnroe
2018-04-01Add HSV output to schemeJune McEnroe
2018-03-31Output Linux console escapes from schemeJune McEnroe
2018-03-31Add scheme to READMEJune McEnroe
2018-03-31Brighten color schemeJune McEnroe
2018-03-31Set Dark terminal to schemeJune McEnroe
2018-03-31Lighten cursor colorJune McEnroe
2018-03-31Tweak cyan furtherJune McEnroe
2018-03-31Tweak colors in schemeJune McEnroe
2018-03-31Add scheme.png targetJune McEnroe
2018-03-31Generate Terminal.app color schemeJune McEnroe
2018-03-31Generate basic ANSI color schemeJune McEnroe
2018-03-31Add hex output to schemeJune McEnroe
2018-03-31Add color scheme PNG generatorJune McEnroe
2018-03-31Simplify gfxx palette generationJune McEnroe
2018-03-31Switch to HSV for gfxx palette generationJune McEnroe
2018-03-30Generate default palette in gfxxJune McEnroe
2018-03-30Ignore build and cloneJune McEnroe
2018-03-30Set g:clipboard to pb{copy,paste} alwaysJune McEnroe
2018-03-28Add d-_-b crateJune McEnroe