mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
removed cd in c zsh funct
This commit is contained in:
parent
f85a27670c
commit
8d7e220d9b
|
@ -47,7 +47,6 @@
|
|||
initExtra =
|
||||
''
|
||||
function c() {
|
||||
cd
|
||||
if [ $# -eq 0 ]; then
|
||||
cd $(find -maxdepth 4 -not -path '*[cC]ache*' -not -path '*[tT]rash*' -type d | fzf --preview 'tree -C {}')
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue