all repos — dotfiles @ eb37a37fb56b6383236851ef9086c0e82e452ae2

linux dotfiles

bashrc: don't ls after cd
Prithu Goswami pg@prithu.dev
Thu, 19 Dec 2024 01:52:42 +0530
commit

eb37a37fb56b6383236851ef9086c0e82e452ae2

parent

474a6f1e6a98f8fb35ab3af29f4eb746f7a6d592

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M home/.bashrchome/.bashrc

@@ -11,9 +11,9 @@ [[ -f ~/.profile ]] && . ~/.profile

alias ls='ls --color=auto' -cd() { - builtin cd "$@" && ls; -} +# cd() { +# builtin cd "$@" && ls; +# } [[ -f /usr/share/bash-completion/bash_completion ]] && \ . /usr/share/bash-completion/bash_completion