Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-07 07:31:09 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-07 07:31:09 +0200
Commit 9b85b36ecc88163fdd8069ea6da4f40464d297e0 (patch)
-rw-r--r-- .feeds.txt 1
-rw-r--r-- .gdbinit 12
-rw-r--r-- .vimrc 2
3 files changed, 14 insertions, 1 deletions
diff --git a/.feeds.txt b/.feeds.txt
...
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
  
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
diff --git a/.vimrc b/.vimrc
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()
...