if ! grep /usr/bin/fish /etc/shells; then
    echo "/usr/bin/fish" >> /etc/shells
fi
