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