summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-28 06:22:16 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-28 06:22:54 +0000
commit21f57c5e681ce30a4af19cb2bdb8ec12ef6cbdf1 (patch)
treeb10649dddf729fb8e151c5fb6d47f2621548a238 /bashrc
parent9b57ebd8c15f351fa4b56067ddb57bc6a637d934 (diff)
Removes fish greeting and adds cargo
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 1c5e52d..cc4dc74 100644
--- a/bashrc
+++ b/bashrc
@@ -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"