Upgrade helix, start zellij automatically in bashrc
This commit is contained in:
parent
c54ca2f5e7
commit
44f009529b
7
bashrc
7
bashrc
@ -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
|
Loading…
Reference in New Issue
Block a user