diff --git a/snippy b/snippy index eaab71b..be07a30 100755 --- a/snippy +++ b/snippy @@ -72,11 +72,6 @@ run(){ # just return if nothing was selected [[ -z "${FILE}" ]] && return 1 - if [[ ${FILE} == 'clip' ]]; then - $(clipmenu ${MENU_ARGS}) - exit 0 - fi - if [ -f "${DIR}/${FILE}" ]; then # Put the contents of the selected file into the paste buffer. content="$(bashdown < "${DIR}/${FILE}")"