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