@@ -5,5 +5,5 @@ if [ -n "$TMUX" ] ; then
tmux split-window -h $EDITOR $1
else
# alacritty -e "nvim \"$*\""
alacritty -e bash -ic "$EDITOR $1" &
(alacritty -e bash -ic "$EDITOR $1") &
fi
The note is not visible to the blocked user.