Remove shebang lines of sourced scripts

This commit is contained in:
Pablo Lalloni 2019-12-31 09:48:56 -03:00
parent 550f286855
commit 5bad5f4214
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env fish
set -x ASDF_DIR (dirname (status -f))
set -l asdf_data_dir (
if test -n "$ASDF_DATA_DIR"; echo $ASDF_DATA_DIR;

View File

@ -1,5 +1,3 @@
#!/usr/bin/env bash
# For Korn shells (ksh, mksh, etc.), capture $_ (the final parameter passed to
# the last command) straightaway, as it will contain the path to this script.
# For Bash, ${BASH_SOURCE[0]} will be used to obtain this script's path.

View File

@ -1,5 +1,3 @@
#!/usr/bin/env bash
_asdf() {
local cur
cur=${COMP_WORDS[COMP_CWORD]}