issmirnov / dotfiles

My dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patch `show` alias to work with directories

issmirnov opened this issue · comments

Currently, the show (defined here) assumes all results are files, and pipes them to bat.

Let's update the function to check if target is a directory, in which case we cd to it