diff options
| author | 2019-04-16 20:50:31 -0600 | |
|---|---|---|
| committer | 2019-04-16 20:50:31 -0600 | |
| commit | 2261befa3f770ddba6ceba134903491a5f96dff3 (patch) | |
| tree | 4a18f40b3fdb341e45ab8078594944bfca55257a /user-scripts/pywal | |
| parent | 53b2efb069bd92ff7eb752191fab9dbee6741f0c (diff) | |
| download | nnn-2261befa3f770ddba6ceba134903491a5f96dff3.tar.gz | |
Changed bash to sh
Diffstat (limited to 'user-scripts/pywal')
| -rwxr-xr-x | user-scripts/pywal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/pywal b/user-scripts/pywal index f4772ef..3db52ab 100755 --- a/user-scripts/pywal +++ b/user-scripts/pywal @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # Description: Set the selected image as wallpaper using pywal and change the terminal color schemes. Just put the cursor on a image and run the script. # |