Skip to content

Instantly share code, notes, and snippets.

@kelabang
kelabang / .zlogin
Created February 18, 2021 17:04
zprezto
#
# Executes commands at login post-zshrc.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Execute code that does not affect the current session in the background.
{
# Compile the completion dump to increase startup speed.
@kelabang
kelabang / index.js
Created January 3, 2018 03:48
emojione lib parse to react
import React, {Component} from 'react'
import * as util from './util'
const emojione = require('emojione')
class Page extends Component {
render() {
const str = ':smile: hehe :rofl:'
const parser = Util.emojioneParseReact(emojione)
return (
<div>