aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias3
1 files changed, 0 insertions, 3 deletions
diff --git a/alias b/alias
index 62e023b..9314f85 100644
--- a/alias
+++ b/alias
@@ -106,9 +106,6 @@ ps1.swap() {
106fd() { echo /proc/$$/fd; ls -l /proc/$$/fd; } 106fd() { echo /proc/$$/fd; ls -l /proc/$$/fd; }
107port() { sudo lsof -i :$1; } 107port() { sudo lsof -i :$1; }
108alias ports='sudo lsof -i -Pn | grep LISTEN' 108alias ports='sudo lsof -i -Pn | grep LISTEN'
109.() {
110 source ${@:-$HOME/.$(basename $SHELL)rc}
111}
112alias ll='ls -lh' 109alias ll='ls -lh'
113alias lla='ls -lha' 110alias lla='ls -lha'
114llw() { which $1 | xargs ls -alh; } 111llw() { which $1 | xargs ls -alh; }