Skip to content

Instantly share code, notes, and snippets.

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

ty zonyitoo

💭
I may be slow to respond.
View GitHub Profile
@zonyitoo
zonyitoo / .bashrc
Created November 29, 2012 15:42 — forked from marioBonales/.bashrc
Default .bashrc for ubuntu
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace
@zonyitoo
zonyitoo / .vimrc
Created November 29, 2012 11:30 — forked from humiaozuzu/.vimrc
vimrc for servers
syntax enable
filetype plugin indent on
set bg=dark
" Stop backup files
set nobackup
set nowritebackup
set noswapfile
" better search