diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-28 06:22:16 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-28 06:22:54 +0000 |
commit | 21f57c5e681ce30a4af19cb2bdb8ec12ef6cbdf1 (patch) | |
tree | b10649dddf729fb8e151c5fb6d47f2621548a238 /bashrc | |
parent | 9b57ebd8c15f351fa4b56067ddb57bc6a637d934 (diff) |
Removes fish greeting and adds cargo
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -398,3 +398,4 @@ PERL5LIB="/home/lemon/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB PERL_LOCAL_LIB_ROOT="/home/lemon/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; PERL_MB_OPT="--install_base \"/home/lemon/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/home/lemon/perl5"; export PERL_MM_OPT; +. "$HOME/.cargo/env" |