Fix today execution when missing weather cache file
[khome.git] / lib / login_functions.sh
index 3e84d45..d0f480b 100644 (file)
@@ -42,7 +42,7 @@ hump() {
 }
 
 howto() {
-    cd $HOME/Archives/Documents/HOWTOs && cat $(fzf) && cd -
+    cat $(ls -1 -d  $HOME/Archives/Documents/HOWTOs/* | fzf)
 }
 
 gh_fetch_repos() {
This page took 0.026203 seconds and 4 git commands to generate.