Skip to content

Instantly share code, notes, and snippets.

@subnixr
subnixr / asdf.html
Created February 3, 2021 13:48
asdf
<!DOCTYPE html>
<html>
<body>
<h1>ciao vale</h1>
</body>
</html>
@subnixr
subnixr / minimal_transition.md
Created December 18, 2017 16:16
Transition from minimal 0.1.0 to 1.0.0

Features

Features flags have been removed. MINIMAL_PROMPT, MINIMAL_RPROMPT, MINIMAL_SSH_HOSTNAME and MINIMAL_MAGIC_ENTER can be safely removed.

In order to disable left or right prompt, just assign an empty array:

MNML_PROMPT=()
MNML_RPROMPT=()