fixed alias clash

This commit is contained in:
Tobias Maier
2022-06-04 19:41:56 +02:00
parent becd81e932
commit ece1b1abb3

5
.zshrc
View File

@@ -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"