Skip to content
Snippets Groups Projects
Commit 7e2dfef9 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Merge pull request #106 from jagajaga/master

Change `/bin/bash` to `/usr/bin/env bash`
parents 80819f3c 0296fcb5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/usr/bin/env bash
cd `dirname $BASH_SOURCE`
fzf_base=`pwd`
......
#!/bin/bash
#!/usr/bin/env bash
confirm() {
while [ 1 ]; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment