Skip to content

Instantly share code, notes, and snippets.

@grapswiz
Created June 26, 2012 10:59
Show Gist options
  • Select an option

  • Save grapswiz/2995124 to your computer and use it in GitHub Desktop.

Select an option

Save grapswiz/2995124 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 '/Users/grapswiz/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
export PATH=.:~/bin:/opt/local/bin:$PATH
alias keylock="sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/"
alias keyunlock="sudo kextload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment