Upgrade helix, start zellij automatically in bashrc

This commit is contained in:
Travis Burtrum 2023-10-09 21:56:19 -04:00
parent c54ca2f5e7
commit 44f009529b
2 changed files with 8 additions and 1 deletions

7
bashrc
View File

@ -151,3 +151,10 @@ done <<< "${@:-$(cat /dev/stdin)}"
#export RUSTC_WRAPPER=sccache
export CARGO_TARGET_DIR=/tmp/cargo-target
# this has to be last
if [[ -z "$ZELLIJ" ]]; then
zellij attach -c
# uncomment for exit shell when zellij exits
# exit
fi

@ -1 +1 @@
Subproject commit 1bf24e4638071224cec951d83ac3c1579636433b
Subproject commit b59852ef742b7b405ea597870612a20eb1995290