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:
0136ca2
)
Replace $HOME with ~
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 17 Apr 2019 17:47:06 +0000
(13:47 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 17 Apr 2019 17:47:06 +0000
(13:47 -0400)
lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/lib/login_functions.sh
b/lib/login_functions.sh
index
ec040cb
..
307bec6
100644
(file)
--- a/
lib/login_functions.sh
+++ b/
lib/login_functions.sh
@@
-35,7
+35,7
@@
man() {
}
experiment() {
- cd "$(
$HOME
/bin/experiment $@)" || exit 1
+ cd "$(
~
/bin/experiment $@)" || exit 1
}
hump() {
This page took
0.025127 seconds
and
4
git commands to generate.