Skip to content

Instantly share code, notes, and snippets.

@seumasmorrison
Last active December 18, 2015 07:39
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 seumasmorrison/5748722 to your computer and use it in GitHub Desktop.
Save seumasmorrison/5748722 to your computer and use it in GitHub Desktop.
.bashrc
alias ll='ls -alF --color=auto'
alias la='ls -A --color=auto'
alias l='ls -CF --color=auto'
alias lt='ls -alFt --color=auto'
alias vi=vim
al() { command ls -al "$@" | less ; }
lh() {ls -lt $1|head;}
EDITOR=vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment