diff options
Diffstat (limited to 'bashrc/bin/t')
-rwxr-xr-x | bashrc/bin/t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/bin/t b/bashrc/bin/t index 30c624e..39ba79c 100755 --- a/bashrc/bin/t +++ b/bashrc/bin/t @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [[ "x$1" == x ]] ; then \tmux list-sessions &>/dev/null || |