Tue, Jul 18, 2017
If you are using cd to change directory then you are doing it wrong. fasd is an
alternative tool which will make you 10x faster. fasd maintains a list of
frequently accessed directories and does a fuzzy jump and jumps to that
directory.
Faster Jump
I have added alias "j" to fasd_cd -d
fast jump to directories

Faster open file
I have added alias "vi" to fasd -f -e 'emacsclient -t'
fast find my recently accessed file and open it.

Fri, May 5, 2017
A disk usage analyzer tool for your laptop as well as on servers.
Tue, Apr 25, 2017
To create following directory structure

mkdir -p ~/{personal, work}/{notes, todo}
Mon, Apr 10, 2017
ccat is a syntax highlighter for cat. It is a better replacement for cat.
Thu, Mar 23, 2017
With fzf, you can have fuzzy search when using ctrl+r to search through shell history.
Wed, Mar 22, 2017
With fzf, you can have fuzzy search on process name and kill it.
Wed, Mar 22, 2017
Add the following line to your .zshrc
export HISTCONTROL=ignoreboth:erasedups
Sat, Mar 18, 2017
If you have opened a file in vim as non root user but you want to save the changes as root user.
:w !sudo tee %