Add howto-finding shortcut function
[khome.git] / 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.031606 seconds and 4 git commands to generate.