home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44913b
)
Replace ls with find in the howto function
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 17 Apr 2019 17:45:00 +0000
(13:45 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 17 Apr 2019 17:45:00 +0000
(13:45 -0400)
lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/lib/login_functions.sh
b/lib/login_functions.sh
index
c4dcb53
..
ec040cb
100644
(file)
--- a/
lib/login_functions.sh
+++ b/
lib/login_functions.sh
@@
-43,7
+43,7
@@
hump() {
}
howto() {
- cat
$(ls -1 -d $HOME/Archives/Documents/HOWTOs/* | fzf)
+ cat
"$(find ~/Archives/Documents/HOWTOs -mindepth 1 -maxdepth 1 | sort | fzf)"
}
gh_fetch_repos() {
This page took
0.024156 seconds
and
4
git commands to generate.