add fish config

This commit is contained in:
FlintyLemming
2025-12-31 16:17:46 +08:00
parent 8d586ed415
commit f96c1f168c

View File

@@ -150,8 +150,11 @@ function portcheck
echo $port echo $port
end end
function nano --wraps nano
env LANG=C.UTF-8 LC_ALL=C.UTF-8 nano $argv
end
abbr -a port 'sudo ss -tulnp | grep' abbr -a port 'sudo ss -tulnp | grep'
abbr -a process 'ps aux | grep' abbr -a process 'ps aux | grep'
alias nano="LANG=C.UTF-8 LC_ALL=C.UTF-8 command nano"
alias fastfetch="fastfetch --color-keys blue" alias fastfetch="fastfetch --color-keys blue"