1
0
Fork 0

Update 2020-04-25

This commit is contained in:
Nguyễn Gia Phong 2020-04-25 16:11:29 +07:00
parent 575d276f30
commit dd1019cb27
4 changed files with 15 additions and 11 deletions

View File

@ -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

2
debian/.bashrc vendored
View File

@ -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'

2
dev/.ackrc Normal file
View File

@ -0,0 +1,2 @@
--color
--ignore-directory=is:.tox

View File

@ -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*