From 3627bd0dce39e04f22b9c9a3afc6ec154bac4c63 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Tue, 29 Dec 2020 23:33:13 -0700 Subject: [PATCH] Add hexenc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 33f7724..daed36f 100644 --- a/.zshrc +++ b/.zshrc @@ -85,3 +85,4 @@ alias tmux="tmux -2" alias l="ls -lah" alias ll="ls -lh" alias la="ls -lah" +alias hexenc="hexdump -e '1/1 \"%02x\"'"