Remove duplicated shebang from scripts

This commit is contained in:
Evie Litherland-Smith 2024-02-07 15:40:58 +00:00
parent 4faded02aa
commit 4e9d01e2b3
5 changed files with 0 additions and 10 deletions

View file

@ -23,8 +23,6 @@
];
home.packages = [
(pkgs.writeShellScriptBin "protonmail-setup-bridge" ''
#!/usr/bin/env bash
pkill -9 -f protonmail-bridge
${pkgs.protonmail-bridge}/bin/protonmail-bridge -c
${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl dispatch exec "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"

View file

@ -1,5 +1,3 @@
#!/usr/bin/env bash
git -C "$HOME/.emacs/" pull --ff-only
for DIRECTORY in $HOME/.password-store $HOME/.elfeed $HOME/Documents/Org $HOME/Documents/References; do

View file

@ -1,3 +1 @@
#!/usr/bin/env bash
sudo nixos-rebuild switch --flake flake:nixos --refresh

View file

@ -1,5 +1,3 @@
#!/usr/bin/env bash
HOST=$1
for TARGET in bat git zellij starship.toml; do
SOURCE="$HOME/.config/$TARGET"

View file

@ -1,5 +1,3 @@
#!/usr/bin/env bash
FILETYPE=$(xdg-mime query filetype $@)
DEFAULT=$(xdg-mime query default $FILETYPE)
echo "$FILETYPE -> $DEFAULT"