From 07e85f5ac9329dc21173c1c3964886234a4ba79b Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Wed, 21 Feb 2024 10:20:15 -0500 Subject: feat: use binary `echo` and `printf` for shells --- .config/shell/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/shell') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index 9fa5913..c34a86a 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -16,12 +16,14 @@ SAVEHIST=9999999 # personal aliases alias c="cal" alias d="disown" + alias echo="command echo" alias egrep='grep -E' alias fgrep='grep -F' alias grep='grep --colour=auto' alias ls="ls --group-directories-first -h -p --color -F" alias neofetch="alsi" alias p="command yay" + alias printf="command printf" alias pu="command yay -Syu --answerclean yes --rebuildall --noconfirm" alias s="cd ~/.local/bin && ls" alias t="timedatectl" -- cgit v1.2.3