about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-25 16:11:29 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-25 16:11:29 +0700
commitdd1019cb27d3fc6e00c5fa0d30dfeca453744613 (patch)
tree6123ba7fd2177b34cd718b05ce3b877591bf1f24
parent575d276f30929a892f48b3dcac8a1214dc35a229 (diff)
downloaddotfiles-dd1019cb27d3fc6e00c5fa0d30dfeca453744613.tar.gz
Update 2020-04-25
-rw-r--r--debian/.Xresources-dark20
-rw-r--r--debian/.bashrc2
-rw-r--r--dev/.ackrc2
-rw-r--r--vim/.vim/doc/tags2
4 files changed, 15 insertions, 11 deletions
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*