Skip to content

Instantly share code, notes, and snippets.

@levmichael3
Created May 23, 2016 20:51
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 levmichael3/68485e9624d9a861cd976dd6cf753ccb to your computer and use it in GitHub Desktop.
Save levmichael3/68485e9624d9a861cd976dd6cf753ccb to your computer and use it in GitHub Desktop.
new-alias() {
local last_command=$(echo `history |tail -n2 |head -n1` | sed 's/[0-9]* //')
echo alias $1="'""$last_command""'" >> ~/.bash_profile
. ~/.bash_profile
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment