aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-11-09 18:29:03 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-11-09 18:29:04 +0800
commitd3d0dac49f12f999a499a5aff52d8cda0b96c4ac (patch)
tree6ab4f488a889d26bb512d3ad01c100ec10db8d88
parentda97e7498fbb8c00333b33b2895ad225f59688b9 (diff)
Update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 194a3aa..fa73148 100644
--- a/alias
+++ b/alias
@@ -276,7 +276,7 @@ upload_tig() {
276} 276}
277 277
278# about custom settings 278# about custom settings
279alias cdh="cd $SETTING_DIR" 279cdh() { cd $SETTING_DIR/$@; }
280alias chh="tig -C $SETTING_DIR status" 280alias chh="tig -C $SETTING_DIR status"
281 281
282# about beancount 282# about beancount