@ -28,9 +28,9 @@
# Environment variables
# Use Vim if we have it
if `which vim > /dev/null 2>&1`; then
export EDITOR=`which vim`
export EDITOR="vim"
else
export EDITOR=`which vi`
export EDITOR="vi"
fi
export PATH=$PATH:$HOME/.local/bin
The note is not visible to the blocked user.