Skip to content

Instantly share code, notes, and snippets.

View maycon-mello's full-sized avatar

Maycon Mello maycon-mello

View GitHub Profile
// @flow
import Authentication from "../../core/Authentication";
import Request from "../core/Request";
import OCCAuthService from "./OCCAuthService";
type UploadInfo = {
token: string,
segmentsNeeded: Array<number>,
};
/**
* Product Util
*
*/
import ccLogger from 'ccLogger';
import pubsub from 'pubsub';
import CartViewModel from 'pageLayout/cart';
export default {
source-file "${HOME}/.tmux-themepack/powerline/block/green.tmuxtheme"
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v