diff --git a/.zshrc b/.zshrc index a55cab8..9bd62ba 100644 --- a/.zshrc +++ b/.zshrc @@ -241,6 +241,11 @@ _alias(){ alias wgdown="wg-quick down" fi + # ─< wireshark / termshark alias >──────────────────────────────────────────────────────── + if command_exists termshark; then + alias ws="$_sudo termshark" + fi + # ─< fastfetch >──────────────────────────────────────────────────────────────────────────── if command_exists fastfetch; then alias ff="fastfetch" @@ -495,7 +500,7 @@ get_packager() { _tools_(){ if ! command_exists has; then - $(git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install) + $(git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install && rm -rf /tmp/has) else tools() { local pkgs="bash fish git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo"