Skip to content

Instantly share code, notes, and snippets.

View morumo's full-sized avatar
💭
I may be slow to respond.

morumo

💭
I may be slow to respond.
View GitHub Profile
alias ls='ls -G'
alias gs='git status'
alias gl='git log'
export LSCOLORS=gxfxcxdxbxegedabagacad
export PS1="[|\u@\h /\W]\\$ "
@morumo
morumo / .vimrc
Last active March 20, 2016 11:21
Use Ricty Font, kuro colorscheme.
filetype plugin indent off
if 0 | endif
"***
"* NeoBundle
let s:plugin_dir = expand('~/.vim/bundle')
let s:neobundle_dir = '/neobundle.vim'
if has('vim_starting')
@morumo
morumo / kuro.vim
Last active August 26, 2022 18:25
vim colorscheme
" Vim color file
" Maintainer: morumo
" Last Change: 2014/03/09
set bg=dark
hi clear
if exists("syntax_on")
syntax reset
endif