m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Remove unnecessary local variable declaration

Junegunn Choi
2015-04-05 03:03:17 +09:00
parent 7647b9eb9e
commit cafc5b8dcf

@@ -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='{{::}}'