Skip to content

Commit

Permalink
Update changes for fd
Browse files Browse the repository at this point in the history
  • Loading branch information
ninth-dev committed May 7, 2020
1 parent ddf00de commit c221f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc.d/function.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function src(){
local filter="$*"
builtin cd "$(
fd --max-depth=1 --hidden --type d . "$HOME/Documents/src" -exec basename {} \
fd --max-depth=1 --hidden --type d . "$HOME/Documents/src" --exec basename {} \
| rg "${filter}" \
| (echo "." && cat) \
| sort --reverse \
Expand Down

0 comments on commit c221f8f

Please sign in to comment.