aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.feeds.txt1
-rw-r--r--.gdbinit12
-rw-r--r--.vimrc2
3 files changed, 14 insertions, 1 deletions
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
36https://www.youtube.com/feeds/videos.xml?channel_id=UCMN0a7GHQnC6H74SmCGSmdw "videos" 36https://www.youtube.com/feeds/videos.xml?channel_id=UCMN0a7GHQnC6H74SmCGSmdw "videos"
37https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" 37https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos"
38https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g "videos" 38https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g "videos"
39https://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 @@
1set pagination off
2set style enabled on
3
4set print symbol-filename on
5set history save on
6set history filename ~/.gdb_history
7
8layout src
9
10define hook-stop
11 info locals
12end
diff --git a/.vimrc b/.vimrc
index 80ac434..6b8fc8e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,4 +1,4 @@
1set nocompatible noexrc secure 1set nocompatible exrc secure
2filetype plugin on 2filetype plugin on
3 3
4call plug#begin() 4call plug#begin()