diff --git a/zsh/.zshrc b/zsh/.zshrc index e8ac5b3..1c17809 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -13,7 +13,7 @@ export PATH="$HOME/.local/bin:$PATH" [[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config # Load Antidote -static_file=${ZDOTDIR:-~}/.cache/.zsh_plugins.zsh +static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins.txt # clone antidote if necessary if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then @@ -32,20 +32,16 @@ bindkey '^q' clear-screen alias vim=nvim alias sudo='sudo ' export EDITOR='nvim' -export PATH="/usr/local/opt/gnu-getopt/bin:$PATH" -test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" - - -PATH="/home/fabian/perl5/bin${PATH:+:${PATH}}"; export PATH; -PERL5LIB="/home/fabian/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; -PERL_LOCAL_LIB_ROOT="/home/fabian/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; -PERL_MB_OPT="--install_base \"/home/fabian/perl5\""; export PERL_MB_OPT; -PERL_MM_OPT="INSTALL_BASE=/home/fabian/perl5"; export PERL_MM_OPT; +#PATH="/home/fabian/perl5/bin${PATH:+:${PATH}}"; export PATH; +#PERL5LIB="/home/fabian/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +#PERL_LOCAL_LIB_ROOT="/home/fabian/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +#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" -export PATH="$PATH:${HOME}/Labor/tls-in-muas/starttls-research/99-Tools:/home/fabian/go/bin" +#export PATH="$PATH:${HOME}/Labor/tls-in-muas/starttls-research/99-Tools:/home/fabian/go/bin" # For ccache -export CCACHE_CPP2=YES +#export CCACHE_CPP2=YES delzip() { unzip -Z -1 "$@" | xargs -I{} rm -rf {}