X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/3fd2b57032d16352728d2b87b59af568da40df9d..6b65253a03d481bd00ad849875cced9e8d854f2f:/.zsh/zshrc/31_cd_bugfix2 diff --git a/.zsh/zshrc/31_cd_bugfix2 b/.zsh/zshrc/31_cd_bugfix2 deleted file mode 100644 index 43fb5dd..0000000 --- a/.zsh/zshrc/31_cd_bugfix2 +++ /dev/null @@ -1,3 +0,0 @@ -# fix until #480889 is fixed - -cd () { __CHPWD_RUN_FIRST=lscontext && builtin cd "$@" && unset __CHPWD_RUN_FIRST }