Compare commits

..

No commits in common. "aaec26e389757fc19a8e92cb9f53f44d7d57be91" and "56b8be5e2f75c7a3a04d6f568a75278602042b12" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -10,4 +10,4 @@ Directories explained
* conf — config files like .tmux.conf
* etc — /etc/
* gpg — GNU Privacy Guard config files, ~/.gnupg/
* rc — bashrc, zshrc, vimrc and apparently \*init files
* rc — bashrc, zshrc, vimrc…

View File

@ -1,9 +0,0 @@
# This is ~/.gdbinit
# Overwrite logs when writing
set logging overwrite on
# Enable logging by default, default location is ~/gdb.txt
set logging on
# ZNC and Kismet advice this
handle SIGPIPE nostop noprint pass
# Automatic debuginfo download on Fedora?
set debuginfod enabled on