diff --git a/fish/add-on.fish b/fish/add-on.fish index de8457e..a3f4e2b 100644 --- a/fish/add-on.fish +++ b/fish/add-on.fish @@ -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' \ No newline at end of file