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

Compile Helix on Update

This commit is contained in:
Mo 2022-12-14 19:09:16 +01:00
parent 50caba0919
commit 213382aa99

View file

@ -14,6 +14,12 @@ layout {
args "-c" "~/.scripts/update.py cargo" args "-c" "~/.scripts/update.py cargo"
close_on_exit true close_on_exit true
} }
pane {
cwd "/home/mo/code/compile/helix"
command "fish"
args "-c" "git pull -r && cargo install --path helix-term"
close_on_exit true
}
pane { pane {
cwd "/home/mo/servers/ansible" cwd "/home/mo/servers/ansible"
command "fish" command "fish"