Add howto-finding shortcut function
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 12 Mar 2019 16:46:13 +0000 (12:46 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 12 Mar 2019 16:46:13 +0000 (12:46 -0400)
lib/login_functions.sh

index bb15846..18754c4 100644 (file)
@@ -40,3 +40,7 @@ experiment() {
 hump() {
     ledit -l $(stty size | awk '{print $2}') ocaml $@
 }
+
+howto() {
+    cd $HOME/Archives/Documents/HOWTOs && cat $(fzf) && cd -
+}
This page took 0.026601 seconds and 4 git commands to generate.