scripts: fix shebangs

This commit is contained in:
lelgenio 2022-02-08 20:41:09 -03:00
parent 51decdfc62
commit 510f67eb9c
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
dotdrop install -f

View File

@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set NEW_MAIL_PATH ~/.local/share/mail/*/*/new/
set ICON "/usr/share/icons/{{@@ icon_theme @@}}/symbolic/status/mail-unread-symbolic.svg"

View File

@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
# wrapper around bemenu
# bmenu * - use as dmenu, -p for custom prompt (man bemenu)

View File

@ -1,6 +1,6 @@
#!/bin/sh
/usr/bin/diffr \
/usr/bin/env diffr \
--colors 'refine-added:foreground:green:underline' \
--colors 'refine-added:background:none' \
--colors 'refine-removed:foreground:red:underline' \

View File

@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
if test (count $argv) -ne 0
for i in $argv

View File

@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set fish_trace 1

View File

@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set opts "Fone\nSpeaker\nHDMI\nPhone"
set out (printf $opts | wdmenu -p "Output: ")