1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add rustup self update and use beta

This commit is contained in:
Mo 2024-04-26 00:37:43 +02:00
parent 9fa1ca6a4e
commit ef6c5083a7

View file

@ -22,12 +22,12 @@ layout {
pane split_direction="vertical" { pane split_direction="vertical" {
pane { pane {
command "fish" command "fish"
args "-c" "rustup update stable && cargo install-update -a" args "-c" "rustup self update && rustup update beta && cargo install-update -a"
} }
pane { pane {
cwd "/home/mo8it/code/compile/helix" cwd "/home/mo8it/code/compile/helix"
command "fish" 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"
} }
} }