%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/proc/thread-self/root/snap/core/16928/usr/share/bash-completion/completions/
Upload File :
Create Path :
Current File : //proc/self/root/proc/thread-self/root/snap/core/16928/usr/share/bash-completion/completions/alias

# bash alias completion                                    -*- shell-script -*-

_alias()
{
    local cur prev words cword
    _init_completion || return

    case ${words[@]} in
        *[^=])
            COMPREPLY=( $( compgen -A alias -- "$cur" ) )
            ;;
        *=)
            COMPREPLY=( "$( alias ${cur%=} 2>/dev/null | sed \
                -e 's|^alias '"$cur"'\(.*\)$|\1|' )" )
            ;;
    esac
} &&
complete -F _alias -o nospace alias

# ex: ts=4 sw=4 et filetype=sh

Zerion Mini Shell 1.0