diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 17:49:43 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 17:49:43 +0900 |
| commit | 8f9075caa308fdedcbc8ccba80ee554bd08b6880 (patch) | |
| tree | 199f79c731b347d39fafa7ccd85e47d198738b0e /config | |
| parent | 0927fc33b0df517ce2749e01cb4091715f0ff026 (diff) | |
added shebang on rofiserch.sh cause debian and ubuntu cannot interpret as script without shebang
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/RofiSearch.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/RofiSearch.sh b/config/hypr/scripts/RofiSearch.sh index e4b4f6af..d0383976 100755 --- a/config/hypr/scripts/RofiSearch.sh +++ b/config/hypr/scripts/RofiSearch.sh @@ -1,4 +1,5 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +#!/bin/bash +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##v # For Searching via web browsers # Modify this config file for default search engine |
