Skip to content
View san9dev's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report san9dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    Forked from BaylorRae/dotfiles

    Vim Script

  2. rspec rspec Public

    Forked from rspec/rspec-metagem

    RSpec meta-gem that depends on the other components

    Ruby

  3. Vim shortcuts Vim shortcuts
    1
    # Introduction #
    2
    * C-a == Ctrl-a 
    3
    * M-a == Alt-a
    4
    
                  
    5
    # General #
  4. .bash_aliases .bash_aliases
    1
    alias ba='cat ~/.bash_aliases'
    2
    # ----------------------
    3
    # Git Aliases
    4
    # ----------------------
    5
    alias ga='git add'