Adds powerline stuff.

This commit is contained in:
2026-09-17 21:58:24 -07:00
parent 2836313b2f
commit a1dfbf653d
9 changed files with 445 additions and 1 deletions

4
.rc.d/cargo.sh Executable file
View File

@@ -0,0 +1,4 @@
if [ -f "$HOME/.cargo/env" ]; then
# For sh/bash/zsh/ash/dash/pdksh
source "$HOME/.cargo/env"
fi