diff options
| author | stkhan <personal@slickd.xyz> | 2022-11-20 14:48:33 -0600 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-11-20 14:48:33 -0600 |
| commit | 9c0d427559b81c5af52a673153fe635fb1a75067 (patch) | |
| tree | c1ed010faa2293b8a387ba90db590d4bbafe9e01 /scripts | |
| parent | ec664110a68ff2753feb76005a537480c73750c9 (diff) | |
Remove config file from being sourced
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/sarc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sarc.sh b/scripts/sarc.sh index 5c4baca..9d48a20 100755 --- a/scripts/sarc.sh +++ b/scripts/sarc.sh @@ -1,5 +1,4 @@ #!/bin/bash -source ~/.config/sarc/sarc.cfg search_web() { QUERY=$(tac ~/.config/surf/search.txt | sort -u | dmenu -l 20 -p "Search DuckDuckGo: ") |