diff options
| -rw-r--r-- | etc/services | 4 | ||||
| -rw-r--r-- | home/xyz/.bashrc | 1 | ||||
| -rw-r--r-- | home/xyz/.config/myconf/pacman_Qqne | 3 | ||||
| -rw-r--r-- | home/xyz/.config/nvim/init.vim | 2 | ||||
| -rw-r--r-- | home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js | 1 |
5 files changed, 8 insertions, 3 deletions
diff --git a/etc/services b/etc/services index 5da0a0d3..8b09a7cb 100644 --- a/etc/services +++ b/etc/services @@ -7859,6 +7859,8 @@ prRegister 4457/udp mcp 4458/tcp mcp 4458/udp ntske 4460/tcp +agtp 4480/tcp +agtp-quic 4480/udp hpssmgmt 4484/tcp hpssmgmt 4484/udp assyst-dr 4485/tcp @@ -11250,6 +11252,8 @@ kingdomsonline 30260/tcp kingdomsonline 30260/udp gs-realtime 30400/tcp samsung-disc 30832/udp +dilithium3 30939/tcp +dilithium3 30939/udp ovobs 30999/tcp ovobs 30999/udp ka-sddp 31016/tcp diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 8174426a..b792daf4 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -135,7 +135,6 @@ alias glmark2='glmark2 --fullscreen --annotate' alias grep='grep --color=auto' #alias info='info --vi-keys' alias ls='ls --color=auto' -alias nethogs='nethogs -C' alias radeontop='radeontop -c' alias rem='rem -@' alias remind='remind -@' diff --git a/home/xyz/.config/myconf/pacman_Qqne b/home/xyz/.config/myconf/pacman_Qqne index 325cde13..511bd319 100644 --- a/home/xyz/.config/myconf/pacman_Qqne +++ b/home/xyz/.config/myconf/pacman_Qqne @@ -18,8 +18,6 @@ clinfo cloc danctnix-keyring danctnix-phosh-ui-meta -danctnix-tweaks-app-phosh -danctnix-tweaks-app-pinephone dash device-pine64-pinephone devtools @@ -29,6 +27,7 @@ distcc dos2unix duplicity enca +epiphany ethtool evince evtest diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 0fcd4244..eae574bb 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -237,7 +237,9 @@ set laststatus=2 " https://github.com/neovim/neovim/pull/33036 set statusline=%< set statusline+=%f " %F or 1CTRL+G to show full path +" after me change some text in a file this will show [+] set statusline+=\ %m +set statusline+=%r set statusline+=%= " https://stackoverflow.com/questions/5375240/a-more-useful-statusline-in-vim#comment84812779_10416234 " :h eol-and-eof diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js index 7412e911..0469014b 100644 --- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js +++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js @@ -14,6 +14,7 @@ user_pref("_user.js.parrot", "custom overrides: starting"); // baidu drive save to my drive not working // baidu drive verify phone when delete file not working // alipay login sliding shape challenge, maybe also need to disable ETP and RFP +// github login fail // disable enhanced tracking protection: // google drive can't download // douyu verification for change password |
