diff options
author | praetorg <31813799+praetorg@users.noreply.github.com> | 2019-01-21 17:12:10 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-21 22:12:09 +0000 |
commit | 3be51e6aeace4ff14fc4fc20993cd80076487324 (patch) | |
tree | 11cb3a7bcfbef0a34cc562919d3b31dae201e66a /scripts/spawn-alacritty-cwd | |
parent | c3bac1c453a7ae7c08ee3e8b4d9c2327464d148f (diff) | |
download | alacritty-3be51e6aeace4ff14fc4fc20993cd80076487324.tar.gz alacritty-3be51e6aeace4ff14fc4fc20993cd80076487324.zip |
Changed explicit script shebangs to use /usr/bin/env
Diffstat (limited to 'scripts/spawn-alacritty-cwd')
-rwxr-xr-x | scripts/spawn-alacritty-cwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/spawn-alacritty-cwd b/scripts/spawn-alacritty-cwd index 8c69e028..b0008a50 100755 --- a/scripts/spawn-alacritty-cwd +++ b/scripts/spawn-alacritty-cwd @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Spawn a new instance of Alacritty using the CWD of the currently focused # Alacritty process. |