Skip to content

Instantly share code, notes, and snippets.

@makruger
Last active April 24, 2016 01:00
Show Gist options
  • Select an option

  • Save makruger/1f3927f6a71c9202f32075932bfb7271 to your computer and use it in GitHub Desktop.

Select an option

Save makruger/1f3927f6a71c9202f32075932bfb7271 to your computer and use it in GitHub Desktop.
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias ls='ls --color=auto'
alias ll='ls -al --color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment