aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-09-04 01:49:41 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-09-04 01:49:41 +0800
commit159ff48f755a4875ce860b2e30c4c6486a1c7059 (patch)
treed2ac231f619c6c36232db4b83bc801f2bbbcb7b5
parentc3809c2f9c1f02bced944a236c24e898587624e2 (diff)
Update
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index b4b6489..4566db8 100644
--- a/alias
+++ b/alias
@@ -619,6 +619,7 @@ alias cdl='cd ~/log'
619alias cdbin='cd ~/.local/bin' 619alias cdbin='cd ~/.local/bin'
620cdta(){ cd ~/data/$(sed 's# #/#g' <<<"$@"); } 620cdta(){ cd ~/data/$(sed 's# #/#g' <<<"$@"); }
621ww(){ file=$(find ~/log -type f -name "*$1*" | head -1); vim $file; } 621ww(){ file=$(find ~/log -type f -name "*$1*" | head -1); vim $file; }
622alias gitea{.,''}conf='sudo vim /etc/gitea/app.ini -c "autocmd BufWritePost * !sudo systemctl restart gitea.service"'
622# }}} 623# }}}
623 624
624# vim:fdm=marker fdl=0 625# vim:fdm=marker fdl=0