adding shebang
This commit is contained in:
parent
26a6ab6bb7
commit
67c9a9827b
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[[ ! "${DOT_FILES}" ]] && echo "NOT setting dotGit aliases, since DOT_FILES not set." && return
|
||||
[[ ! "${DOT_HOME}" ]] && echo "NOT setting dotGit aliases, since DOT_HOME not set." && return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue