updates
This commit is contained in:
parent
541fcebbbf
commit
62121dc6ff
4 changed files with 9 additions and 8 deletions
4
bashrc
4
bashrc
|
@ -93,8 +93,8 @@ fi
|
|||
# ~/.bash_aliases, instead of adding them here directly.
|
||||
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
||||
|
||||
if [ -f ~/.bash_aliases ]; then
|
||||
. ~/.bash_aliases
|
||||
if [ -f ~/.aliases ]; then
|
||||
. ~/.aliases
|
||||
fi
|
||||
|
||||
# enable programmable completion features (you don't need to enable
|
||||
|
|
2
chrome
2
chrome
|
@ -1,3 +1,3 @@
|
|||
#! /bin/sh
|
||||
chromium-browser --password-store=kwallet --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f
|
||||
chromium-browser --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x0005,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f --enable-nacl
|
||||
#,0x0005
|
||||
|
|
9
screenrc
9
screenrc
|
@ -1,11 +1,12 @@
|
|||
startup_message off
|
||||
shell "/usr/bin/zsh"
|
||||
#termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
|
||||
#defhstatus "screen ^E (^Et) | $USER@^EH"
|
||||
termcapinfo xterm* ti@:te@
|
||||
altscreen on
|
||||
screen -t "development"
|
||||
screen -t "remote"
|
||||
screen -t "serial"
|
||||
screen -t "misc"
|
||||
screen -t "man"
|
||||
screen -t "misc2"
|
||||
#termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
|
||||
#defhstatus "screen ^E (^Et) | $USER@^EH"
|
||||
termcapinfo xterm* ti@:te@
|
||||
altscreen on
|
||||
|
|
2
vimrc
2
vimrc
|
@ -1,6 +1,6 @@
|
|||
syntax enable
|
||||
let g:solarized_hitrail=1
|
||||
" let g:solarized_termcolors=256
|
||||
let g:solarized_termcolors=256
|
||||
colorscheme solarized
|
||||
if has('gui_running')
|
||||
set background=light
|
||||
|
|
Loading…
Reference in a new issue