Set shebangs for shellcheck.

master
Icedream 2018-02-18 23:02:14 +01:00
parent 5c3d2d19e9
commit 1d75fdd1c4
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1,4 @@
#!/bin/bash
# shellcheck source=profile
source ~/.profile source ~/.profile

View File

@ -1,6 +1,4 @@
# #!/bin/bash
# ~/.bashrc
#
# If not running interactively, don't do anything # If not running interactively, don't do anything
[[ $- != *i* ]] && return [[ $- != *i* ]] && return

View File

@ -1 +1,3 @@
#!/bin/zsh
source ~/.profile source ~/.profile