Skip to content

Commit

Permalink
Move alias completion to nix
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Jun 4, 2024
1 parent d328c9c commit 794683c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions completions/001_go.bash

This file was deleted.

3 changes: 0 additions & 3 deletions completions/002_rustup.bash

This file was deleted.

3 changes: 0 additions & 3 deletions completions/999_wrapup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ if ! [ -d "$COMPLETIONS_DIR" ]; then
mkdir -p "$COMPLETIONS_DIR"
updateCompletions
fi

# auto complete all aliases
complete -F _complete_alias "${!BASH_ALIASES[@]}"

0 comments on commit 794683c

Please sign in to comment.