From becd81e932c00f641670052d1eb422724037bbf7 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sat, 4 Jun 2022 19:37:05 +0200 Subject: [PATCH] Fixed stupid bash --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 95e03af..c5a00b8 100644 --- a/.zshrc +++ b/.zshrc @@ -108,8 +108,8 @@ plugins=(git # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" -alias ls = exa -alias l = exa -lah +alias ls="exa" +alias l="exa -lah" ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh if [[ ! -d $ZSH_CACHE_DIR ]]; then