diff --git a/defaults/shell/zshrc b/defaults/shell/zshrc index 86058d1..4a62786 100644 --- a/defaults/shell/zshrc +++ b/defaults/shell/zshrc @@ -65,15 +65,6 @@ if [ -d "$HOME/.local/bin" ]; then PATH="$HOME/.local/bin:$PATH" fi -# --- cd with auto-listing --- -function cd() { - new_directory="$*"; - if [ $# -eq 0 ]; then - new_directory=${HOME}; - fi; - builtin cd "${new_directory}" && eza -lF --icons --color=always --group-directories-first -} - # --- Key bindings --- bindkey "^[[3~" delete-char bindkey "^[[H" beginning-of-line