add fish config

This commit is contained in:
FlintyLemming
2025-12-25 14:44:56 +08:00
parent 985cd07f51
commit ed3f7060c2

View File

@@ -148,5 +148,10 @@ 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 fastfetch="fastfetch --color-keys blue"