Updated config
This commit is contained in:
parent
6abf78bec4
commit
e2e8834d8c
14 changed files with 99 additions and 81 deletions
|
@ -21,6 +21,10 @@ alias l2 "ls -T -L2"
|
|||
alias lu "ls -l --total-size --sort=size --reverse --no-permissions --no-user --no-time"
|
||||
alias lp "ls -l --no-filesize --no-time"
|
||||
|
||||
# Lsof
|
||||
alias tcp "lsof -PniTCP"
|
||||
alias udp "lsof -PniUDP"
|
||||
|
||||
# Neovim
|
||||
alias e "nvim"
|
||||
alias n "nvim"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue