From: Siraaj Khandkar Date: Tue, 12 Mar 2019 16:46:13 +0000 (-0400) Subject: Add howto-finding shortcut function X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=632b7c4ad9b0914fe312313b85f215a4b5b929c8;p=khome.git Add howto-finding shortcut function --- diff --git a/lib/login_functions.sh b/lib/login_functions.sh index bb15846..18754c4 100644 --- a/lib/login_functions.sh +++ b/lib/login_functions.sh @@ -40,3 +40,7 @@ experiment() { hump() { ledit -l $(stty size | awk '{print $2}') ocaml $@ } + +howto() { + cd $HOME/Archives/Documents/HOWTOs && cat $(fzf) && cd - +}