From 9b85b36ecc88163fdd8069ea6da4f40464d297e0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 7 Aug 2025 07:31:09 +0200 Subject: Update --- .feeds.txt | 1 + .gdbinit | 12 ++++++++++++ .vimrc | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .gdbinit diff --git a/.feeds.txt b/.feeds.txt index 164710a..43e8860 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -36,3 +36,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "vi https://www.youtube.com/feeds/videos.xml?channel_id=UCMN0a7GHQnC6H74SmCGSmdw "videos" https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g "videos" +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 @@ +set pagination off +set style enabled on + +set print symbol-filename on +set history save on +set history filename ~/.gdb_history + +layout src + +define hook-stop + info locals +end diff --git a/.vimrc b/.vimrc index 80ac434..6b8fc8e 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,4 @@ -set nocompatible noexrc secure +set nocompatible exrc secure filetype plugin on call plug#begin() -- cgit v1.2.3