From ece1b1abb3f5fd807114606f67c6968412fa0566 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sat, 4 Jun 2022 19:41:56 +0200 Subject: [PATCH] fixed alias clash --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index c5a00b8..7329d47 100644 --- a/.zshrc +++ b/.zshrc @@ -108,8 +108,6 @@ plugins=(git # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" -alias ls="exa" -alias l="exa -lah" ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh if [[ ! -d $ZSH_CACHE_DIR ]]; then @@ -121,3 +119,6 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + +alias ls="exa" +alias l="exa -lah" \ No newline at end of file