8000 morenitux (Josรฉ Luis Moreno) ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View morenitux's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report morenitux

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. Basic customization to my vim editor Basic customization to my vim editor
    1
    set nocompatible              " be iMproved, required
    2
    
                  
    3
    if empty(glob('~/.vim/autoload/plug.vim'))
    4
      silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
    5
        \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  2. Alias to show my Git log branches Alias to show my Git log branches
    1
    git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
0