feat(scripts): dfu - dotfiles update function

This commit is contained in:
2023-09-27 11:08:44 +03:00
parent d891d5a3c5
commit 2415dff0e2

View File

@@ -12,6 +12,14 @@ preexec()
print -Pn "\e]0;$1%~\a"
}
# Update dotfiles
dfu()
{
(
cd "$DOTFILES" && git pull --ff-only && ./install -q
)
}
# Weather in Tampere, or other city
weather()
{