Update fish/.config/fish/config.fish

This commit is contained in:
Johannes Merz 2024-08-02 12:50:07 +02:00
parent 4f87c7f101
commit 7bf49ea2dd
1 changed files with 4 additions and 0 deletions

View File

@ -28,4 +28,8 @@ function seconds
#bash -c 'while true; do printf \' %s\r\' "$(date +%S)" | toilet -f smmono12 ; done' #bash -c 'while true; do printf \' %s\r\' "$(date +%S)" | toilet -f smmono12 ; done'
end end
function open-tcp-ports
sudo lsof -i -P -n | grep LISTEN
end
clear clear