Skip to content

Commit 794683c

Browse files
committed
Move alias completion to nix
1 parent d328c9c commit 794683c

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

completions/001_go.bash

-6
This file was deleted.

completions/002_rustup.bash

-3
This file was deleted.

completions/999_wrapup.bash

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ if ! [ -d "$COMPLETIONS_DIR" ]; then
22
mkdir -p "$COMPLETIONS_DIR"
33
updateCompletions
44
fi
5-
6-
# auto complete all aliases
7-
complete -F _complete_alias "${!BASH_ALIASES[@]}"

0 commit comments

Comments
 (0)