Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View shahzeb1's full-sized avatar
🛠️
building

Shahzeb K. shahzeb1

🛠️
building
View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
20130731182814
20130731182835
20130731182921
20170209210233
20170209210258
20170209210301
20170209210309
20170223221825
20170316182227
20170510191607
set nocompatible
set autoindent
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
set so=999
set number relativenumber
syntax on
# Query/use custom command for `git`.
zstyle -s ":vcs_info:git:*:-all-" "command" _omz_git_git_cmd
: ${_omz_git_git_cmd:=git}
#
# Functions
#
# The name of the current branch
# Back-compatibility wrapper for when this function was defined here in