Merge branch 'master' of vcs.murgi.de:dotfiles_fabian/dotfiles

This commit is contained in:
Fabian Ising
2021-01-06 13:01:38 +01:00
4 changed files with 16 additions and 5 deletions

View File

@@ -57,5 +57,12 @@ PERL_LOCAL_LIB_ROOT="/home/fabian/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_
PERL_MB_OPT="--install_base \"/home/fabian/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/home/fabian/perl5"; export PERL_MM_OPT;
alias ls="ls --color=always"
alias delzip="unzip -Z -1 $1.zip | xargs -I{} rm -rv {}"
export PATH="$PATH:${HOME}/Labor/tls-in-muas/starttls-research/99-Tools:/home/fabian/go/bin"
# For ccache
export CCACHE_CPP2=YES
delzip() {
unzip -Z -1 "$@" | xargs -I{} rm -rf {}
}
# mitmproxy
export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt"