Skip to content

Instantly share code, notes, and snippets.

@VincentTam
Created December 15, 2014 09:57
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 VincentTam/31442af28f1509728469 to your computer and use it in GitHub Desktop.
Save VincentTam/31442af28f1509728469 to your computer and use it in GitHub Desktop.
My Bash Aliases
alias cp="cp -i"
alias lm="ls -al | more"
alias md="mkdir"
alias mv="mv -i"
alias rd="rmdir"
alias rm="rm -i"
alias xclip="xclip -selection c"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment