aboutsummaryrefslogtreecommitdiff
path: root/base/dotf
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-01-02 19:16:31 -0700
committerAlexis Hovorka <[email protected]>2021-01-02 19:16:31 -0700
commit535603b8d82e349a010b2f5532198a04d8b9f14a (patch)
tree497953c51e80c074a6d28e3a147c8f9a40d108b0 /base/dotf
parentadacf312afaaf1d028d7004b2be347ebe570ce7f (diff)
[fix] Make a few little tweaks to keep Termux happy
Diffstat (limited to 'base/dotf')
-rwxr-xr-xbase/dotf2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/dotf b/base/dotf
index c491cda..21ece92 100755
--- a/base/dotf
+++ b/base/dotf
@@ -2,4 +2,4 @@
cd $HOME/.dotfiles
git pull
-./install `cat .dot.args`
+bash install `cat .dot.args`