aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-03-18 10:13:27 -0600
committerCody Hiar <cody@hiar.ca>2021-03-18 10:13:27 -0600
commit0b1febe9f810681a78e1dff3e2496f1dbe7692e4 (patch)
tree406eba1ce8877a6170bcde77cc86d06f09626f11
parent7421ceb2fbe31744bdfa7b9c9ad0dfc266cefb33 (diff)
Set filetype for install script
-rwxr-xr-xstow/install3
1 files changed, 2 insertions, 1 deletions
diff --git a/stow/install b/stow/install
index f9d1220..167863b 100755
--- a/stow/install
+++ b/stow/install
@@ -1,3 +1,4 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p stow
-stow tmux -t "$HOME"
+# vi: ft=sh
+stow tmux -t "${HOME}"