add fish config

This commit is contained in:
FlintyLemming
2025-12-18 18:13:15 +08:00
parent 81c2d5a065
commit a538b16ca4

View File

@@ -49,5 +49,10 @@ function dotu
cd $current_dir
end
## 修复光标消失
function restore_cursor --on-event fish_postexec
tput cnorm
end
abbr -a port 'sudo ss -tulnp | grep'
abbr -a process 'ps aux | grep'