]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/theme-and-appearance.zsh
remove oh-my-zsh
[dotfiles.git] / zsh / lib / theme-and-appearance.zsh
index aec67721a8414ba3386b4d2a9f87306235e3eb16..e26c5026cb5825bdd65a34a3ac363db4253c1003 100644 (file)
@@ -4,16 +4,10 @@ export LSCOLORS="Gxfxcxdxbxegedabagacad"
 #export LS_COLORS
 
 # Enable ls colors
-if [ "$DISABLE_LS_COLORS" != "true" ]
-then
-  # Find the option for using colors in ls, depending on the version: Linux or BSD
-  ls --color -d . &>/dev/null 2>&1 && alias ls='ls --color=tty' || alias ls='ls -G'
-fi
+ls='ls --color=auto'
 
-#setopt no_beep
-setopt auto_cd
+setopt no_beep
 setopt multios
-setopt cdablevarS
 
 if [[ x$WINDOW != x ]]
 then
@@ -33,4 +27,3 @@ ZSH_THEME_GIT_PROMPT_CLEAN=""               # Text to display if the branch is c
 
 # Setup the prompt with pretty colors
 setopt prompt_subst
-