Skip to content

Commit

Permalink
clean up crackle.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 11, 2024
1 parent 729cd31 commit 94ee1e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crackle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@

[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/crackle/cracklerc" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/crackle/cracklerc"
###
#cracklecmp
if [ -d ${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion/completions ]; then
while read completion
do
[ -f "${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion/completions/${completion}" ] && . ${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion/completions/${completion};
done < <(ls ${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion/completions);
fi
###

0 comments on commit 94ee1e5

Please sign in to comment.