Update shebangs
This commit is contained in:
parent
08870b3ab1
commit
5d51a152ef
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source ${HOME}/.bashrc.d/startup.sh
|
||||
env "BASHRC=true" dotfiles-updatechecker
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
bemenu --no-cursor --no-touch --ignorecase --prompt Execute --accept-single --bottom --border 2 --monitor DP-1 --no-overlap --wrap --list 20 --margin 20
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Check for sudo
|
||||
if [ ! -f "/sbin/sudo" ]; then
|
||||
echo ":: Error: \"/sbin/sudo\" not found, please install sudo"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
cd "${HOME}/.dotfiles" || (
|
||||
echo ":: Error: Can't cd into ${HOME}/.dotfiles"
|
||||
exit 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
cd "${HOME}/.dotfiles" || (
|
||||
echo ":: Error: Can't cd into ${HOME}/.dotfiles"
|
||||
exit 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# jeremystartm's dotfiles "installer"
|
||||
|
||||
if [ ! -f "$HOME/.config/.jstm_dotfiles" ]; then
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# jeremystartm's dotfiles "installer"
|
||||
|
||||
FORCED_UNLINKING=
|
||||
|
|
Loading…
Reference in a new issue