diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-12-10 12:15:36 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-12-10 12:15:36 +0100 |
| commit | a797ee4be03d967768635a472cc71823b684d58a (patch) | |
| tree | 0ebf34dec7ef3e6cbf4066a2447bc440a87c5e97 | |
| parent | 2285a119864b87bc136035efa6f650d14aacbf12 (diff) | |
update
| -rw-r--r-- | .bashrc | 10 | ||||
| -rw-r--r-- | .profile | 2 |
2 files changed, 1 insertions, 11 deletions
@@ -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; @@ -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 |
