aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/completion.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-07-03 13:25:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-07-03 13:25:04 +1200
commit7b20efc63364bb84a195f996aa2f2e6008ffe5f6 (patch)
tree202c4197c83dcf4113acfa0844b2b7b08c30ab48 /bash/bashrc.d/completion.bash
parentDisable aliases (diff)
downloaddotfiles-7b20efc63364bb84a195f996aa2f2e6008ffe5f6.tar.gz
dotfiles-7b20efc63364bb84a195f996aa2f2e6008ffe5f6.zip
Remove alias completion
Diffstat (limited to 'bash/bashrc.d/completion.bash')
-rw-r--r--bash/bashrc.d/completion.bash5
1 files changed, 1 insertions, 4 deletions
diff --git a/bash/bashrc.d/completion.bash b/bash/bashrc.d/completion.bash
index c89bfe12..25bae147 100644
--- a/bash/bashrc.d/completion.bash
+++ b/bash/bashrc.d/completion.bash
@@ -1,8 +1,5 @@
# Various easy completions
-# Alias names
-complete -A alias unalias
-
# Bash builtins
complete -A builtin builtin
@@ -10,7 +7,7 @@ complete -A builtin builtin
complete -A setopt set
# Commands
-complete -A command alias command complete coproc exec hash type
+complete -A command command complete coproc exec hash type
# Directories
complete -A directory cd pushd mkdir rmdir