mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 11:52:31 +01:00
Compare commits
3 Commits
56b8be5e2f
...
aaec26e389
Author | SHA1 | Date | |
---|---|---|---|
aaec26e389 | |||
4ff38af7e0 | |||
ab694f402b |
@ -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…
|
||||
* rc — bashrc, zshrc, vimrc and apparently \*init files…
|
||||
|
9
rc/gdbinit
Normal file
9
rc/gdbinit
Normal file
@ -0,0 +1,9 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user