Skip to content

Instantly share code, notes, and snippets.

View deepakprasanna's full-sized avatar

Deepak Prasanna deepakprasanna

View GitHub Profile
#!/bin/bash
# GistID: 87c59acf3b53cf1911bc6e3a8055afbf
_call_func () {
declare -f -F "$1" && $1
}
typeset -A _dirsh_cache
_dirsh_hook () {