add fish config
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user