diff --git a/.feeds.txt b/.feeds.txt index 164710a9897806675baa0fbcc34f99961f676f6e..43e88601d81d838faf9cdcccd28d75fdb1fb1387 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -36,3 +36,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "videos" 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 0000000000000000000000000000000000000000..979864a4bbb48d4a90c429f2e59ec17b17b5d0b7 --- /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 80ac4340034073a3f783d65ad9e3d4a1d6f9f344..6b8fc8eaf427a18d9e91edd116fb728481ce86cc 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,4 @@ -set nocompatible noexrc secure +set nocompatible exrc secure filetype plugin on call plug#begin()