aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-08 23:38:49 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-08 23:38:49 +0800
commitf52d12ef243dde26904432c59e3717bd9dc8b7df (patch)
tree73fbd038141baf7875bd0170d952249f22cebb6f /alias
parentc2f17e3706a2596c2612d70e941c6f0d0ea12fe6 (diff)
Update
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; }