Naive fixing of linter errors
This commit is contained in:
parent
21c40fa774
commit
ef73a11e51
27 changed files with 207 additions and 194 deletions
|
|
@ -1,3 +1,8 @@
|
|||
#!/bin/zsh
|
||||
# shellcheck disable=SC2206
|
||||
# shellcheck disable=SC2179
|
||||
# shellcheck disable=SC2154
|
||||
|
||||
# In case a plugin adds a redundant path entry, remove duplicate entries
|
||||
# from PATH
|
||||
#
|
||||
|
|
@ -16,4 +21,4 @@ dedupe_path() {
|
|||
export PATH=${(j+:+)result}
|
||||
}
|
||||
|
||||
dedupe_path
|
||||
dedupe_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue