diff --git a/conf.d/25_prompt_theme.fish b/conf.d/25_prompt_theme.fish index b676799..04a57b7 100644 --- a/conf.d/25_prompt_theme.fish +++ b/conf.d/25_prompt_theme.fish @@ -2,7 +2,7 @@ # To get a list of available themes: # - Check the theme directories in $__fish_config_dir/themes/ -# - Or use the funtion `fish_list_themes` +# - Or use the function `fish_list_themes` # To print the active prompt theme name: # Use function `fish_theme` diff --git a/conf.d/42_aliases_network.fish b/conf.d/42_aliases_network.fish index 97af0e3..7fa1dcb 100644 --- a/conf.d/42_aliases_network.fish +++ b/conf.d/42_aliases_network.fish @@ -3,17 +3,9 @@ # iproute2 alias ip="ip -color=always" alias bridge="bridge -color=always" -alias ss="ss --color=always" # DNS alias dig="dig +color" -# Ping -alias ping="ping -c 5" -alias ping6="ping6 -c 5" - -# Traceroute -alias traceroute="traceroute --back" - # OpenSSL alias certdates="openssl x509 -noout -dates" \ No newline at end of file