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