aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-03-06 10:31:37 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-03-06 10:31:37 +0800
commit50ec29a77a2e0a4b557510338dd01c259052b5d1 (patch)
tree80c6588f86ac65584e51db79c55cd104b995fc58
parent7b216a5bd117a048283acae113253e19f905e6dc (diff)
Update
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index d777ef3..9353767 100644
--- a/alias
+++ b/alias
@@ -112,6 +112,7 @@ port() { sudo lsof -i :$1; }
112alias ports='sudo lsof -i -Pn | grep LISTEN' 112alias ports='sudo lsof -i -Pn | grep LISTEN'
113alias ll='ls -lh' 113alias ll='ls -lh'
114alias lla='ls -lha' 114alias lla='ls -lha'
115alias lld='ls -lh -d */'
115llw() { which $1 | xargs ls -alh; } 116llw() { which $1 | xargs ls -alh; }
116alias hg='history | grep' 117alias hg='history | grep'
117trash() { mv $@ /tmp/ 2>/dev/null || rm -rf $@; } 118trash() { mv $@ /tmp/ 2>/dev/null || rm -rf $@; }