mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Add rustup self update and use beta
This commit is contained in:
parent
9fa1ca6a4e
commit
ef6c5083a7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue