diff options
| -rw-r--r-- | .feeds.txt | 1 | ||||
| -rw-r--r-- | .gdbinit | 12 | ||||
| -rw-r--r-- | .vimrc | 2 |
3 files changed, 14 insertions, 1 deletions
| @@ -36,3 +36,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "vi | |||
| 36 | https://www.youtube.com/feeds/videos.xml?channel_id=UCMN0a7GHQnC6H74SmCGSmdw "videos" | 36 | https://www.youtube.com/feeds/videos.xml?channel_id=UCMN0a7GHQnC6H74SmCGSmdw "videos" |
| 37 | https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" | 37 | https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" |
| 38 | https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g "videos" | 38 | https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g "videos" |
| 39 | https://www.youtube.com/feeds/videos.xml?channel_id=UC6CjacQhqr-n1LnbYVZ0xKQ "videos" | ||
diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..979864a --- /dev/null +++ b/.gdbinit | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | set pagination off | ||
| 2 | set style enabled on | ||
| 3 | |||
| 4 | set print symbol-filename on | ||
| 5 | set history save on | ||
| 6 | set history filename ~/.gdb_history | ||
| 7 | |||
| 8 | layout src | ||
| 9 | |||
| 10 | define hook-stop | ||
| 11 | info locals | ||
| 12 | end | ||
| @@ -1,4 +1,4 @@ | |||
| 1 | set nocompatible noexrc secure | 1 | set nocompatible exrc secure |
| 2 | filetype plugin on | 2 | filetype plugin on |
| 3 | 3 | ||
| 4 | call plug#begin() | 4 | call plug#begin() |
