diff options
Diffstat (limited to '.config/shell/.zshrc')
| -rw-r--r-- | .config/shell/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
