Delete profile.

SVN revision: 17360
This commit is contained in:
sebastid 2005-10-09 19:11:52 +00:00 committed by sebastid
parent 89c10c7779
commit 4074ef65b0
1 changed files with 5 additions and 0 deletions

View File

@ -226,6 +226,11 @@ _enlightenment_remote() {
COMPREPLY=($(compgen -W "${modules}" -- "${cur}"))
return 0
;;
-profile-del)
profiles=$(enlightenment_remote -profile-list|grep REPLY:|awk '{print $2}')
COMPREPLY=($(compgen -W "${profiles}" -- "${cur}"))
return 0
;;
-theme-get|-theme-remove)
theme_categories=$(enlightenment_remote -theme-category-list|grep REPLY:|awk '{print $2}')
COMPREPLY=($(compgen -W "${theme_categories}" -- "${cur}"))