Add rust zsh config

This commit is contained in:
Martin
2025-06-18 21:47:19 +02:00
parent 56da32336b
commit 85450dd973

View File

@ -50,6 +50,11 @@
HISTCONTROL='erasedups:ignoreboth'
HISTIGNORE='&:[ ]*:exit:ls:bg:fg:history:clear'
unsetopt beep
# Rustup initialization
export RUSTUP_HOME="$HOME/.rustup"
export CARGO_HOME="$HOME/.cargo"
[ -f "$CARGO_HOME/env" ] && . "$CARGO_HOME/env"
'';
};
@ -79,7 +84,7 @@
du-dust
glow
ripgrep-all
llm
(python313.withPackages(ps: [ ps.llm ps.llm-anthropic ps.llm-gemini ]))
#nerdfonts
];