Skip to content

Instantly share code, notes, and snippets.

@kuroda
Created February 2, 2013 11:47
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 kuroda/4696968 to your computer and use it in GitHub Desktop.
Save kuroda/4696968 to your computer and use it in GitHub Desktop.
alias a=alias
a ls="/bin/ls $LS_OPTIONS"
a ll="/bin/ls -l $LS_OPTIONS"
a la="/bin/ls -a $LS_OPTIONS"
a lla="/bin/ls -la $LS_OPTIONS"
a rm='rm -i'
a cp='cp -i'
a mv='mv -i'
a less='less -I'
unalias a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment