diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-08 23:38:49 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-08 23:38:49 +0800 |
| commit | f52d12ef243dde26904432c59e3717bd9dc8b7df (patch) | |
| tree | 73fbd038141baf7875bd0170d952249f22cebb6f /alias | |
| parent | c2f17e3706a2596c2612d70e941c6f0d0ea12fe6 (diff) | |
Update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -106,9 +106,6 @@ ps1.swap() { | |||
| 106 | fd() { echo /proc/$$/fd; ls -l /proc/$$/fd; } | 106 | fd() { echo /proc/$$/fd; ls -l /proc/$$/fd; } |
| 107 | port() { sudo lsof -i :$1; } | 107 | port() { sudo lsof -i :$1; } |
| 108 | alias ports='sudo lsof -i -Pn | grep LISTEN' | 108 | alias ports='sudo lsof -i -Pn | grep LISTEN' |
| 109 | .() { | ||
| 110 | source ${@:-$HOME/.$(basename $SHELL)rc} | ||
| 111 | } | ||
| 112 | alias ll='ls -lh' | 109 | alias ll='ls -lh' |
| 113 | alias lla='ls -lha' | 110 | alias lla='ls -lha' |
| 114 | llw() { which $1 | xargs ls -alh; } | 111 | llw() { which $1 | xargs ls -alh; } |