Skip to content

Commit

Permalink
sure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Mar 23, 2023
1 parent 3a9acdd commit 232a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ext.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ function load() {
test -e ~/.bashrc.d/$1 || echo "load: error loading config: $1 not found"
source ~/.bashrc.d/$1
}
complete -W "$(ls ~/.bashrc.d/)" load
complete -W '$(ls ~/.bashrc.d/)' load

load terraform

0 comments on commit 232a2b2

Please sign in to comment.