diff --git a/.config/zellij/layouts/update.kdl b/.config/zellij/layouts/update.kdl index 8cbcef3..7e9194b 100644 --- a/.config/zellij/layouts/update.kdl +++ b/.config/zellij/layouts/update.kdl @@ -22,12 +22,12 @@ layout { pane split_direction="vertical" { pane { command "fish" - args "-c" "rustup update stable && cargo install-update -a" + args "-c" "rustup self update && rustup update beta && cargo install-update -a" } pane { cwd "/home/mo8it/code/compile/helix" command "fish" - args "-c" "git pull -r origin master && cargo +stable install --path helix-term --locked" + args "-c" "git pull -r origin master && cargo +beta install --path helix-term --locked" } }