Set shebangs for shellcheck.
parent
5c3d2d19e9
commit
1d75fdd1c4
|
@ -1 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# shellcheck source=profile
|
||||
source ~/.profile
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
#!/bin/bash
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
#!/bin/zsh
|
||||
|
||||
source ~/.profile
|
||||
|
|
Loading…
Reference in New Issue