Created
December 19, 2020 16:20
-
-
Save chisui/5e6af181e33d4ef61d87f722024fa177 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set prompt "\ESC[44m\ESC[1;37m λ \ESC[m\ESC[34m\ESC[m " | |
:set prompt-cont " | " | |
:set -XDataKinds | |
:set -XFlexibleContexts | |
:set -XGADTs | |
:set -XLambdaCase | |
:set -XPolyKinds | |
:set -XRankNTypes | |
:set -XScopedTypeVariables | |
:set -XTypeApplications | |
:set -XTypeOperators | |
:set -XTypeFamilies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment