Saturday, February 02, 2008

Keep all my bash history commands

I like the bash history. because many command is difficult to remember when I want to use it next time.

felix@Felix:~$ cd
felix@Felix:~$ echo "export HISTSIZE=999999999" >> .profile

and then you can find you command by

felix@Felix:~$ history|grep git