Update 7 files
- /home/dot_local/bin/symlink_yank - /home/dot_local/bin/symlink_qscp - /home/dot_local/bin/executable_gist - /home/dot_local/bin/symlink_yank.tmpl - /home/dot_local/bin/symlink_qscp.tmpl - /home/dot_local/bin/executable_task - /home/dot_local/bin/executable_gist.tmpl
This commit is contained in:
parent
456b899569
commit
ea02b3205d
5 changed files with 6 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo {{ .user.GITHUB_GIST_TOKEN }} > ~/.gist
|
||||
gist $@
|
||||
rm -f ~/.gist
|
5
home/dot_local/bin/executable_gist.tmpl
Normal file
5
home/dot_local/bin/executable_gist.tmpl
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "{{ .user.GITHUB_GIST_TOKEN }}" > ~/.gist
|
||||
gist $*
|
||||
rm -f ~/.gist
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
if command -v task > /dev/null && [ -n "$PATH_TASK" ]; then
|
||||
if [ -f Taskfile.yml ]; then
|
||||
$PATH_TASK $@
|
||||
$PATH_TASK $*
|
||||
else
|
||||
$PATH_TASK --taskfile "$HOME/.local/src/shared-common/common/Taskfile.yml" $@
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue