mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Remove unnecessary local variable declaration
@@ -273,7 +273,7 @@ alias jj=zz
|
|||||||
```sh
|
```sh
|
||||||
# c - browse chrome history
|
# c - browse chrome history
|
||||||
c() {
|
c() {
|
||||||
local cols sep hist
|
local cols sep
|
||||||
cols=$(( COLUMNS / 3 ))
|
cols=$(( COLUMNS / 3 ))
|
||||||
sep='{{::}}'
|
sep='{{::}}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user