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:
f42746e
)
Simplify howto searcher
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 13 Mar 2019 15:22:24 +0000
(11:22 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 13 Mar 2019 15:22:24 +0000
(11:22 -0400)
lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/lib/login_functions.sh
b/lib/login_functions.sh
index
3e84d45
..
d0f480b
100644
(file)
--- a/
lib/login_functions.sh
+++ b/
lib/login_functions.sh
@@
-42,7
+42,7
@@
hump() {
}
howto() {
- c
d $HOME/Archives/Documents/HOWTOs && cat $(fzf) && cd -
+ c
at $(ls -1 -d $HOME/Archives/Documents/HOWTOs/* | fzf)
}
gh_fetch_repos() {
This page took
0.023188 seconds
and
4
git commands to generate.