add fish config

This commit is contained in:
FlintyLemming
2025-12-31 16:14:34 +08:00
parent 3dabbaa13a
commit 8d586ed415

View File

@@ -153,10 +153,5 @@ end
abbr -a port 'sudo ss -tulnp | grep'
abbr -a process 'ps aux | grep'
if test (uname) = Darwin
alias nano="LANG=C.UTF-8 LC_ALL=C.UTF-8 command nano"
else
alias nano="LANG=C.UTF-8 LC_ALL=C.UTF-8 command nano -u"
end
alias nano="LANG=C.UTF-8 LC_ALL=C.UTF-8 command nano"
alias fastfetch="fastfetch --color-keys blue"