Files
dotfiles/fish/functions/update.fish
Andrejus 638c907c06 further cleanup
update docs and tests
2020-03-03 17:49:10 +00:00

4 lines
89 B
Fish

function update -d 'run dotfiles install'
make --directory="$WORKSPACE/dotfiles"
end