Skip to content

Commit 949d092

Browse files
authored
Merge pull request #116 from legendu-net/dev
Merge dev into main
2 parents 372b046 + 2a36826 commit 949d092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// Update icon.
1010
func version(cmd *cobra.Command, args []string) {
11-
fmt.Println("0.25.3")
11+
fmt.Println("0.25.4")
1212
}
1313

1414
var versionCmd = &cobra.Command{

utils/data/bash-it/custom.plugins.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function fzf.bat {
6565
if [[ $# > 0 ]]; then
6666
dir="$@"
6767
fi
68-
o="$(find $dir \( -type f ! -readable -prune \) -o -type f -print0 | \
68+
o="$(find $dir -type f -readable -print0 | \
6969
fzf --read0 --preview 'bat --color=always {}')"
7070
echo $o
7171
}

0 commit comments

Comments
 (0)