We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 372b046 + 2a36826 commit 949d092Copy full SHA for 949d092
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
// Update icon.
10
func version(cmd *cobra.Command, args []string) {
11
- fmt.Println("0.25.3")
+ fmt.Println("0.25.4")
12
}
13
14
var versionCmd = &cobra.Command{
utils/data/bash-it/custom.plugins.bash
@@ -65,7 +65,7 @@ function fzf.bat {
65
if [[ $# > 0 ]]; then
66
dir="$@"
67
fi
68
- o="$(find $dir \( -type f ! -readable -prune \) -o -type f -print0 | \
+ o="$(find $dir -type f -readable -print0 | \
69
fzf --read0 --preview 'bat --color=always {}')"
70
echo $o
71
0 commit comments