mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-17 14:54:15 +00:00
feat(scripts): dfu - dotfiles update function
This commit is contained in:
@@ -12,6 +12,14 @@ preexec()
|
|||||||
print -Pn "\e]0;$1%~\a"
|
print -Pn "\e]0;$1%~\a"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Update dotfiles
|
||||||
|
dfu()
|
||||||
|
{
|
||||||
|
(
|
||||||
|
cd "$DOTFILES" && git pull --ff-only && ./install -q
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
# Weather in Tampere, or other city
|
# Weather in Tampere, or other city
|
||||||
weather()
|
weather()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user