fully ignore warnings
This commit is contained in:
@@ -104,7 +104,7 @@ _bind(){
|
|||||||
if [[ $shell == "zsh" ]]; then # zsh
|
if [[ $shell == "zsh" ]]; then # zsh
|
||||||
bindkey -s "$1" "$2"
|
bindkey -s "$1" "$2"
|
||||||
else # bash
|
else # bash
|
||||||
bind "\"$1\": \"$2\"" > /dev/null
|
bind "\"$1\": \"$2\"" 2>&1 > /dev/null
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user