diff --git a/.zshrc b/.zshrc index aa50968..c1f7f3d 100644 --- a/.zshrc +++ b/.zshrc @@ -264,9 +264,6 @@ if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" export LS_COLORS="$LS_COLORS:ow=30;44:" # fix ls color for folders with 777 permissions - alias ls='ls --color=auto' - #alias dir='dir --color=auto' - #alias vdir='vdir --color=auto' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' @@ -287,11 +284,6 @@ if [ -x /usr/bin/dircolors ]; then zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31' fi -# some more ls aliases -alias ll='ls -l' -alias la='ls -A' -alias l='ls -CF' - # enable auto-suggestions based on the history if [ -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then . /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh