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:
7b8475c
)
Add howto-finding shortcut function
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 12 Mar 2019 16:46:13 +0000
(12:46 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 12 Mar 2019 16:46:13 +0000
(12:46 -0400)
lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/lib/login_functions.sh
b/lib/login_functions.sh
index
bb15846
..
18754c4
100644
(file)
--- a/
lib/login_functions.sh
+++ b/
lib/login_functions.sh
@@
-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.022629 seconds
and
4
git commands to generate.