File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
utils/data/bash-it/plugins Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99// Update icon.
1010func version (cmd * cobra.Command , args []string ) {
11- fmt .Println ("0.26.11 " )
11+ fmt .Println ("0.26.12 " )
1212}
1313
1414var versionCmd = & cobra.Command {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function fzf.cs {
6363 if [[ $# > 0 ]]; then
6464 dir=" $@ "
6565 fi
66- cd " $( $fd --type d --print0 . $dir | fzf --read0) "
66+ cd " $( $fd --type d --print0 --hidden . $dir | fzf --read0) "
6767 ls
6868}
6969
@@ -91,7 +91,7 @@ function fzf.bat {
9191 if [[ $# > 0 ]]; then
9292 dir=" $@ "
9393 fi
94- o=" $( $fd --type f --print0 . $dir | fzf --read0 --preview ' bat --color=always {}' ) "
94+ o=" $( $fd --type f --print0 --hidden . $dir | fzf --read0 --preview ' bat --color=always {}' ) "
9595 echo $o
9696 nvim $o
9797}
You can’t perform that action at this time.
0 commit comments