Remove problematic aliases

This commit is contained in:
Candifloss 2026-07-20 15:23:08 +05:30
parent 19e9b02822
commit ab251ef062
2 changed files with 1 additions and 9 deletions

View File

@ -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`

View File

@ -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"