summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc10
1 files changed, 0 insertions, 10 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;