Browse Source

Add completion for rdebsign alias

Emmanuel Bouthenot 7 years ago
parent
commit
ad5d2bfddf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .zsh/config/50_debian.zsh

+ 1 - 1
.zsh/config/50_debian.zsh

@@ -48,7 +48,7 @@ dbug() {
 
 # specific completions
 # rdebsign is a trivial shell script wrapper around debsign
-#compdef rdebsign=scp
+compdef rdebsign=scp
 
 # building environements
 cow-dist() {