aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-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 $@; }