Set shebangs for shellcheck.
parent
5c3d2d19e9
commit
1d75fdd1c4
|
@ -1 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# shellcheck source=profile
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
|
|
Loading…
Reference in New Issue