This commit is contained in:
Tobias Schmidl 2015-02-16 09:36:42 +01:00
parent 541fcebbbf
commit 62121dc6ff
4 changed files with 9 additions and 8 deletions

4
bashrc
View file

@ -93,8 +93,8 @@ fi
# ~/.bash_aliases, instead of adding them here directly. # ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package. # See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then if [ -f ~/.aliases ]; then
. ~/.bash_aliases . ~/.aliases
fi fi
# enable programmable completion features (you don't need to enable # enable programmable completion features (you don't need to enable

2
chrome
View file

@ -1,3 +1,3 @@
#! /bin/sh #! /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 #,0x0005

View file

@ -1,11 +1,12 @@
startup_message off 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 "development"
screen -t "remote" screen -t "remote"
screen -t "serial" screen -t "serial"
screen -t "misc" screen -t "misc"
screen -t "man" screen -t "man"
screen -t "misc2" 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
View file

@ -1,6 +1,6 @@
syntax enable syntax enable
let g:solarized_hitrail=1 let g:solarized_hitrail=1
" let g:solarized_termcolors=256 let g:solarized_termcolors=256
colorscheme solarized colorscheme solarized
if has('gui_running') if has('gui_running')
set background=light set background=light