changes from tslaptop-1

This commit is contained in:
Tobias Schmidl 2016-02-23 15:50:02 +01:00
parent 8e2e469bd2
commit eb47675940
5 changed files with 29 additions and 15 deletions

9
aliases.zsh Normal file
View file

@ -0,0 +1,9 @@
alias -g P="2>&1 | pygmentize -g -O full,style=solarized_dark256"
alias pygmentize='pygmentize -g -O full,style=solarized_dark256'
alias cdiff="colordiff"
alias clean-gpg="for a in `gpg -k | sed -rn 's/pub +[0-9]+[DR]\/(0x[0-9A-Fa-f]+).*/\1/p'`; do gpg2 --quiet --no-tty --edit-key $a clean save; done;"
alias bz2c='bzip2 --best'
alias gzc='gzip --best --no-name'
alias xzc='xz --best --extreme'

8
chrome
View file

@ -1,3 +1,7 @@
#! /bin/sh
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
chromium --ignore-gpu-blacklist --cipher-suite-blacklist=0x000a,0xc009,0xc00a,0xc013,0xc014,0xc02b,0xc02f --enable-nacl --use-spdy=off
#0x0004 RC4-MD5 is deprecated on chrome
#0x0005 RC4-SHA is deprecated on chrome
#0x0032 DHE-DSS-AES128-SHA is deprecated on chrome
#0xc007 ECDHE-ECDSA-RC4-SHA is deprecated on chrome
#0xC011 ECDHE-RSA-RC4-SHA is deprecated on chrome

5
curlrc
View file

@ -1,6 +1,7 @@
capath = /etc/ssl/certs
ciphers = AESGCM:HIGH:!AES128:!3DES:!CAMELLIA128:!aNULL:!MD5:!SEED:!ECDH
tlsv1
ciphers = HIGH:kEDH:-AES128:!3DES:!DES:!CAMELLIA128:!aNULL:!MD5:!SEED:!ECDH:!PSK:!DSS:!AESGCM
tlsv1.2
fail
compressed
remote-time
location

15
profile
View file

@ -8,10 +8,15 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash, include .bashrc, if it exists
[ -n "$BASH_VERSION" -a -r "$HOME/.bashrc" ] && . "$HOME/.bashrc"
if [ -z $PROFILE_ALREADY_SET ];
then
export PROFILE_ALREADY_SET=1
# set PATH so it includes user's private bin if it exists
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
# if running bash, include .bashrc, if it exists
[ -n "$BASH_VERSION" -a -r "$HOME/.bashrc" ] && . "$HOME/.bashrc"
[[ -f "$HOME/bin/set_environ.sh" ]] && . "$HOME/bin/set_environ.sh";
# set PATH so it includes user's private bin if it exists
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
[ -f "$HOME/bin/set_environ.sh" ] && . "$HOME/bin/set_environ.sh";
fi

View file

@ -4,9 +4,4 @@ shell "/usr/bin/zsh"
#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"
defscrollback 10000