Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jeremy-clerc on github.
  • I am jeremyclerc (https://keybase.io/jeremyclerc) on keybase.
  • I have a public key ASB_X0ZWYF7D8hTTjrMe3LhrMZnMgyVK9neTgZQ6CixKuQo

To claim this, I am signing this object:

Sat Oct 14 09:11:02 UTC 2017
# The following lines were added by compinstall
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
zstyle ':completion:*' menu select=1
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
zstyle :compinstall filename "$HOME/.zshrc"
autoload -Uz compinit
compinit
set expandtab
set shiftwidth=4
set tabstop=4
":set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<
":set list
set ls=2
syntax on
set mouse=
set-option -g prefix C-a
unbind %
bind | split-window -h
bind - split-window -v
set -g history-limit 5000
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'
set -g status-right '#[fg=yellow]#(date +%H:%M)#(uptime | cut -d"," -f3-)'