mirror of
https://github.com/junegunn/fzf
synced 2024-11-01 03:20:42 +00:00
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd `dirname $BASH_SOURCE`
|
|
mkdir -p ~/bin
|
|
ln -sf `pwd`/fzf ~/bin/fzf
|
|
chmod +x ~/bin/fzf
|
|
|