From dd1019cb27d3fc6e00c5fa0d30dfeca453744613 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 25 Apr 2020 16:11:29 +0700 Subject: Update 2020-04-25 --- debian/.Xresources-dark | 20 +++++++++++--------- debian/.bashrc | 2 +- dev/.ackrc | 2 ++ vim/.vim/doc/tags | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 dev/.ackrc diff --git a/debian/.Xresources-dark b/debian/.Xresources-dark index 9422c2a..4219cb7 100644 --- a/debian/.Xresources-dark +++ b/debian/.Xresources-dark @@ -1,6 +1,7 @@ +*.cursorColor: #fce8c3 +*.pointerColor: #fce8c3 *.foreground: #fce8c3 *.background: #1c1b19 -*.cursorColor: #fce8c3 *.color0: #1c1b19 *.color1: #ef2f27 *.color2: #519f50 @@ -18,12 +19,13 @@ *.color14: #53fde9 *.color15: #fce8c3 -*loginShell: true -*scrollBar: false -*saveLines: 65535 -*cursorBlink: false -*jumpScroll: true +URxvt.loginShell: true +URxvt.scrollBar: false +URxvt.saveLines: 65535 +URxvt.cursorBlink: false +URxvt.visualBell: true +URxvt.jumpScroll: true -URxvt.font: xft:Latin Modern Mono:size=12 -URxvt.termName: rxvt-unicode-256color -URxvt.perl-ext-common: font-size +URxvt.font: xft:Latin Modern Mono:size=12:autohint=true +URxvt.termName: rxvt-unicode-256color +URxvt.perl-ext-common: default,font-size diff --git a/debian/.bashrc b/debian/.bashrc index eaef3c6..112dd18 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -90,7 +90,7 @@ alias la='ls -A' # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. -alias l='$(fc -ln -1) | less' +alias l='$(fc -ln -1) | less -r' alias r=ranger alias gcc='gcc -Wall -Wextra -pedantic -O2 -lm' alias g++='g++ -Wall -Wextra -pedantic -O2 -lm' diff --git a/dev/.ackrc b/dev/.ackrc new file mode 100644 index 0000000..7ea8091 --- /dev/null +++ b/dev/.ackrc @@ -0,0 +1,2 @@ +--color +--ignore-directory=is:.tox diff --git a/vim/.vim/doc/tags b/vim/.vim/doc/tags index 9538e5b..12b6627 100644 --- a/vim/.vim/doc/tags +++ b/vim/.vim/doc/tags @@ -8,7 +8,7 @@ g:jedi#documentation_command jedi-vim.txt /*g:jedi#documentation_command* g:jedi#force_py_version jedi-vim.txt /*g:jedi#force_py_version* g:jedi#goto_assignments_command jedi-vim.txt /*g:jedi#goto_assignments_command* g:jedi#goto_command jedi-vim.txt /*g:jedi#goto_command* -g:jedi#goto_definitions_command jedi-vim.txt /*g:jedi#goto_definitions_command* +g:jedi#goto_stubs_command jedi-vim.txt /*g:jedi#goto_stubs_command* g:jedi#popup_on_dot jedi-vim.txt /*g:jedi#popup_on_dot* g:jedi#popup_select_first jedi-vim.txt /*g:jedi#popup_select_first* g:jedi#rename_command jedi-vim.txt /*g:jedi#rename_command* -- cgit 1.4.1