diff --git a/bashrc b/bashrc index 977aaa0..ef008eb 100644 --- a/bashrc +++ b/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 diff --git a/chrome b/chrome index 453fc10..43b7742 100755 --- a/chrome +++ b/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 diff --git a/screenrc b/screenrc index 6d36f1e..1ee2584 100644 --- a/screenrc +++ b/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 diff --git a/vimrc b/vimrc index abb8fc2..84d479a 100644 --- a/vimrc +++ b/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