summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc10
-rw-r--r--.profile2
2 files changed, 1 insertions, 11 deletions
diff --git a/.bashrc b/.bashrc
index c5bdc82..1a05028 100644
--- a/.bashrc
+++ b/.bashrc
@@ -144,13 +144,3 @@ meteo() {
# Display git status in prompt
. ~/.bash-powerline.sh
-# export PS1='; '
-
-# load Nix config files (aka auto-completion etc.)
-#export XDG_DATA_DIRS="$HOME/.nix-profile/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
-
-PATH="/Users/marc/perl5/bin${PATH:+:${PATH}}"; export PATH;
-PERL5LIB="/Users/marc/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
-PERL_LOCAL_LIB_ROOT="/Users/marc/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
-PERL_MB_OPT="--install_base \"/Users/marc/perl5\""; export PERL_MB_OPT;
-PERL_MM_OPT="INSTALL_BASE=/Users/marc/perl5"; export PERL_MM_OPT;
diff --git a/.profile b/.profile
index a2ba42f..9811256 100644
--- a/.profile
+++ b/.profile
@@ -15,5 +15,5 @@ fi
#esac
. "/opt/homebrew/etc/profile.d/bash_completion.sh"
-eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"
+
tabs -4