Skip to content

Instantly share code, notes, and snippets.

@mtrl
Created August 8, 2011 09:02
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 mtrl/1131445 to your computer and use it in GitHub Desktop.
Save mtrl/1131445 to your computer and use it in GitHub Desktop.
.zshrc
alias la="ls -a"
alias ll="ls -l"
alias lal="ls -al"
bindkey '^[[1;5C' emacs-forward-word
bindkey '^[[1;5D' emacs-backward-word
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment