Bash Tips

From Wiki

Jump to: navigation, search

Contents

lasth

function lasth {
    history | grep $1
}

Magic Space

To be put in .inputrc

$if Bash
  set editing-mode vi
  Space: magic-space
$endif

Paste

Not a trick, just a UNIX command useful to remember: paste

Git integration

Bedazzle Your Bash Prompt with Git Info

Personal tools