tests: add to `clean_files.txt`
parent
6f6a99e3eb
commit
c893be3594
|
|
@ -20,6 +20,7 @@ aliases/
|
|||
docs/
|
||||
hooks/
|
||||
scripts/
|
||||
test/
|
||||
|
||||
# root files
|
||||
#
|
||||
|
|
@ -134,12 +135,6 @@ plugins/available/todo.plugin.bash
|
|||
plugins/available/xterm.plugin.bash
|
||||
plugins/available/zoxide.plugin.bash
|
||||
|
||||
# tests
|
||||
#
|
||||
test/plugins/alias-completion.plugin.bats
|
||||
test/run
|
||||
test/test_helper.bash
|
||||
|
||||
# themes
|
||||
#
|
||||
themes/90210
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
alias test_alias="a"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
alias test_alias="b"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
alias test_alias="c"
|
||||
|
|
|
|||
Loading…
Reference in New Issue