From 4bbdc2a06c6530cd3a857cefaddef4035c3697e2 Mon Sep 17 00:00:00 2001 From: throwaway1037 <79383296+throwaway1037@users.noreply.github.com> Date: Tue, 23 Feb 2021 14:33:15 +0000 Subject: [PATCH] Use potentially much faster system shell instead of slower interactive user shell --- Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tricks.md b/Tricks.md index 0f7a737..5d1fb83 100644 --- a/Tricks.md +++ b/Tricks.md @@ -30,7 +30,7 @@ Type=Application StartupNotify=true ``` -Put the command above in `~/.local/bin/html-color-picker-for-sway` and add a shebang line as the first line: `#!/usr/bin/env bash` +Put the command above in `~/.local/bin/html-color-picker-for-sway` and add a shebang line as the first line: `#!/bin/sh`