# Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi export PATH="~/.local/bin:$PATH" export LESS_TERMCAP_mb='' export LESS_TERMCAP_md='' export LESS_TERMCAP_me='' export LESS_TERMCAP_se='' export LESS_TERMCAP_so='' export LESS_TERMCAP_ue='' export LESS_TERMCAP_us='' export LESS=-R export PATH=~/.guix-home/profile/bin:$PATH PATH="/home/cobra/perl5/bin${PATH:+:${PATH}}"; export PATH; PERL5LIB="/home/cobra/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; PERL_LOCAL_LIB_ROOT="/home/cobra/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; PERL_MB_OPT="--install_base \"/home/cobra/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/home/cobra/perl5"; export PERL_MM_OPT; . ~/.devspec if [[ $(tty) == /dev/tty2 ]]; then exec $WM fi