diff options
author | Alexis Hovorka <[email protected]> | 2021-01-02 19:16:31 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-01-02 19:16:31 -0700 |
commit | 535603b8d82e349a010b2f5532198a04d8b9f14a (patch) | |
tree | 497953c51e80c074a6d28e3a147c8f9a40d108b0 /base.yaml | |
parent | adacf312afaaf1d028d7004b2be347ebe570ce7f (diff) |
[fix] Make a few little tweaks to keep Termux happy
Diffstat (limited to 'base.yaml')
-rw-r--r-- | base.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,4 +48,4 @@ - shell: - grep "include ~/.task/main.rc" ~/.taskrc || echo "include ~/.task/main.rc" >>~/.taskrc - - touch ~/.hushlogin + - touch ~/.hushlogin || true |