move term ini to the end

This commit is contained in:
Hactarus 2020-06-12 10:52:57 +02:00
parent 637c1a5a56
commit 7ce5bc92f0

View file

@ -77,7 +77,6 @@
[tasks.default]
deps = [
"zsh",
"term",
"tmux",
"ssh",
"git",
@ -89,4 +88,5 @@
"profanity",
"awesome",
"nitrogen",
"term",
]