From abe36b2490cf0c87b408fcce90408d70db57d58c Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 2 Apr 2025 15:28:01 -0300 Subject: [PATCH] Change alias --- dot_bashrc | 2 +- dot_config/zsh/dot_zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_bashrc b/dot_bashrc index 9ce07c7..893bea4 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -40,7 +40,7 @@ if hash tealdeer 2>/dev/null; then alias tldr="tealdeer" fi if hash hexyl 2>/dev/null; then - alias hexdump="hexyl" + alias xxd="hexyl" fi if hash xdg-open 2>/dev/null; then alias start="xdg-open" diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 3c4a8cb..d03096e 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -24,7 +24,7 @@ alias bc="numbat" alias sed="sd" alias du="dust" alias tldr="tealdeer" -alias hexdump="hexyl" +alias xxd="hexyl" alias start="xdg-open" alias update-mirrors="rate-mirrors arch | sudo tee /etc/pacman.d/mirrorlist; rate-mirrors chaotic-aur | sudo tee /etc/pacman.d/chaotic-mirrorlist" alias update="paru; flatpak update"