mirror of
https://github.com/roosta/tmux-fuzzback.git
synced 2026-09-10 07:36:29 -04:00
Make preview.sh work correctly with other shells
Due to missing shebang in the preview.sh file, the script failed if user used different shell than bash (for example zsh).
This commit is contained in:
parent
bfd9cf0ef1
commit
068dc69d18
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue