fix: update bash path

This commit is contained in:
Oliver Davies 2022-10-03 17:46:49 +01:00
parent 23d776e537
commit f64b58d6f5
4 changed files with 23 additions and 115 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Quickly navigate between different directories using fzf and tmux sessions
# (Thanks, ThePrimeagen!).