Skip to content

Instantly share code, notes, and snippets.

@mdunsmuir
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdunsmuir/a10f6e77ef7b32158357 to your computer and use it in GitHub Desktop.
Save mdunsmuir/a10f6e77ef7b32158357 to your computer and use it in GitHub Desktop.
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/mdunsmuir/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
alias v="vim"
alias l="less"
alias pud="pushd"
alias pod="popd"
alias mgl="git log --oneline --graph --decorate --all"
export PATH=$HOME/bin:/usr/local/bin:$PATH
# set up vi-mode
export KEYTIMEOUT=1
# set up prompt
PROMPT='%B(%n@%m)%b %2/ >> '
# colors
alias ls="ls --color=tty"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment