diff options
-rw-r--r-- | Completion/User/_colors | 0 | ||||
-rw-r--r-- | Completion/User/_cursors | 15 | ||||
-rw-r--r-- | Completion/X/_x_options | 6 |
3 files changed, 0 insertions, 21 deletions
diff --git a/Completion/User/_colors b/Completion/User/_colors deleted file mode 100644 index e69de29bb..000000000 --- a/Completion/User/_colors +++ /dev/null diff --git a/Completion/User/_cursors b/Completion/User/_cursors deleted file mode 100644 index 7e5cbc44e..000000000 --- a/Completion/User/_cursors +++ /dev/null @@ -1,15 +0,0 @@ -#autoload - -if (( ! $+_cursor_cache )); then - local file - - file=( /usr/{include,{{X11R6,openwin},local{,/X11{,R6}}}/include}/X11/cursorfont.h(N) ) - - if (( $#file )); then - _cursor_cache=( "${(@)${(@)${(M@)${(@f)$(< $file[1])}:#*XC_*}[2,-1]#* XC_}% *}" ) - else - _cursor_cache=( X_cursor ) - fi -fi - -compadd -M 'm:-=_ r:|_=*' - "$_cursor_cache[@]" diff --git a/Completion/X/_x_options b/Completion/X/_x_options deleted file mode 100644 index 23243002c..000000000 --- a/Completion/X/_x_options +++ /dev/null @@ -1,6 +0,0 @@ -#compdef -P */X11/* - -_arguments \ - '-display:display:_x_display' \ - '-geometry:geometry:_x_geometry' \ - "$@" |