1 2 3 4 5 6
# -*- mode: snippet -*- # name: if_last_command_failed # key: <ilcf # -- if [ $? -eq 0 ]; then