Cleanup zshrc
This commit is contained in:
20
zsh/.zshrc
20
zsh/.zshrc
@@ -13,7 +13,7 @@ export PATH="$HOME/.local/bin:$PATH"
|
|||||||
[[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config
|
[[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config
|
||||||
|
|
||||||
# Load Antidote
|
# Load Antidote
|
||||||
static_file=${ZDOTDIR:-~}/.cache/.zsh_plugins.zsh
|
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh
|
||||||
plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins.txt
|
plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins.txt
|
||||||
# clone antidote if necessary
|
# clone antidote if necessary
|
||||||
if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then
|
if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then
|
||||||
@@ -32,20 +32,16 @@ bindkey '^q' clear-screen
|
|||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
export EDITOR='nvim'
|
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;
|
||||||
PATH="/home/fabian/perl5/bin${PATH:+:${PATH}}"; export PATH;
|
#PERL_MB_OPT="--install_base \"/home/fabian/perl5\""; export PERL_MB_OPT;
|
||||||
PERL5LIB="/home/fabian/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
|
#PERL_MM_OPT="INSTALL_BASE=/home/fabian/perl5"; export PERL_MM_OPT;
|
||||||
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"
|
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
|
# For ccache
|
||||||
export CCACHE_CPP2=YES
|
#export CCACHE_CPP2=YES
|
||||||
|
|
||||||
delzip() {
|
delzip() {
|
||||||
unzip -Z -1 "$@" | xargs -I{} rm -rf {}
|
unzip -Z -1 "$@" | xargs -I{} rm -rf {}
|
||||||
|
|||||||
Reference in New Issue
Block a user