Ignore aliases for rm in bookmark.zsh
This commit is contained in:
		| @ -50,7 +50,7 @@ function bmrm { | |||||||
|     read -q 'reply?Really delete? [y/N] ' |     read -q 'reply?Really delete? [y/N] ' | ||||||
|     printf '\n' |     printf '\n' | ||||||
|     [[ "${reply}" =~ '[yY]' ]] || return 1 |     [[ "${reply}" =~ '[yY]' ]] || return 1 | ||||||
|     rm "${ZSH_BOOKMARK_DIR}/${1}" |     command rm "${ZSH_BOOKMARK_DIR}/${1}" | ||||||
|     echo "Deleted bookmark '${1}'" |     echo "Deleted bookmark '${1}'" | ||||||
| } | } | ||||||
| function _bmrm { | function _bmrm { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user