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

This commit is contained in:
Fabian Ising
2020-10-14 11:05:06 +02:00
10 changed files with 26 additions and 14 deletions

View File

@@ -1 +1 @@
source /usr/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh
source /usr/lib/python3.8/site-packages/powerline/bindings/zsh/powerline.zsh

View File

@@ -46,6 +46,16 @@ antigen apply
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;
alias ls="ls --color=always"
# For ccache
export CCACHE_CPP2=YES