better go
This commit is contained in:
parent
d098cb058d
commit
eed51e13f3
3
zshrc
3
zshrc
@ -53,7 +53,8 @@ alias copy='urxvtc'
|
|||||||
|
|
||||||
# FZF
|
# FZF
|
||||||
function go() {
|
function go() {
|
||||||
dir="$(lr /home /data -L -t 'type = d' | fzf)"
|
#dir="$(find -L /home /data /etc -name "\.*" -prune , -type d \! -name '.git' 2>/dev/null | fzf)"
|
||||||
|
dir="$(lr /home /data /etc -L -t '(name ~~ "\.*" && prune || print) && type = d && !(name = ".git")' | fzf)"
|
||||||
[ -n "$dir" ] && cd "$dir" || false
|
[ -n "$dir" ] && cd "$dir" || false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user