removed cd in c zsh funct

This commit is contained in:
Rouven Seifert 2023-01-02 22:57:52 +01:00
parent f85a27670c
commit 8d7e220d9b
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -47,7 +47,6 @@
initExtra = initExtra =
'' ''
function c() { function c() {
cd
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
cd $(find -maxdepth 4 -not -path '*[cC]ache*' -not -path '*[tT]rash*' -type d | fzf --preview 'tree -C {}') cd $(find -maxdepth 4 -not -path '*[cC]ache*' -not -path '*[tT]rash*' -type d | fzf --preview 'tree -C {}')
else else