dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 87c688c6b9dd74b83219cb8705d04ef6d2d3ad54
parent e578c4fd85b4353f68070fe47d8247794b84713a
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Thu, 26 Mar 2026 19:01:02 +0100

source cargo env

Diffstat:
Mzsh/.zshrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -129,3 +129,5 @@ unset key # }}} End configuration added by Zim Framework install # Created by newuser for 5.9 + +[ -f ~/.cargo/env ] && source ~/.cargo/env