Skip to content

Instantly share code, notes, and snippets.

View avatsaev's full-sized avatar

Aslan Vatsaev avatsaev

View GitHub Profile
# Path to your oh-my-zsh installation.
export ZSH=~/.oh-my-zsh
unsetopt nomatch
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
@avatsaev
avatsaev / rails http status codes
Created September 5, 2016 13:36 — forked from mlanett/rails http status codes
HTTP status code symbols for Rails
HTTP status code symbols for Rails
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings.
Status Code Symbol
1xx Informational
100 :continue
101 :switching_protocols
102 :processing
.arch armv6
.fpu vfp
msg: .ascii "Hello ARM!\n"
.text
.align 2
.global main
main:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCemYSS4QfAhkWcQQ9LMJAORmIQLHCWOg4/1C0QJLD/KFD/vY/776JBZlnl3u4C0qnPz6bGilYt9K4bHK6b8vbZluKwOHYvO8uWOEmVCI2D6XNKUBehYRsYxES8Ad62/4pdpiHnn/QKiC6PaKSHITTwHzIQ7AH76y2DtXuFHCRatQrW7irg60Y/MSg37I6Xl19p2/i3oOKIbHEmZSaPSdkgvVQd2XFviNCCqBvIRq1GqrBY+ZQthQ3eh/8hAnoqhJz8zRmFcKQHgzWWIizZ8nQRPklpoT+oP7Mlams3NvYm7BkTdKAgRVlve38w8gZyC5bATRg0iDPyl/sUwiDvwBLz a.vatsaev@gmail.com
@avatsaev
avatsaev / .zshrc
Last active August 29, 2015 14:14
Handy zsh config
plugins=(git gitignore autojump command-not-found zsh-syntax-highlighting)
###############
# 1. Alias #
###############
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
#export PKG_CONFIG_PATH="/opt/local/lib/pkgconfig:$PKG_CONFIG_PATH"
alias rake='noglob rake'