summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-01-16 00:50:45 +0000
committerMike Crute <mike@crute.us>2019-01-16 00:50:47 +0000
commita9f793d7afe98ad253034098555f1c5044f56586 (patch)
tree24ed27bb812bbe8c9a0f76bb7dac1232d4aef2fc /.bashrc
parente6f2eb38a83feba142928e4a341487ff61efd451 (diff)
downloaddotfiles-a9f793d7afe98ad253034098555f1c5044f56586.tar.bz2
dotfiles-a9f793d7afe98ad253034098555f1c5044f56586.tar.xz
dotfiles-a9f793d7afe98ad253034098555f1c5044f56586.zip
Shift optind for tm
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index fab708a..869e6e4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -382,6 +382,8 @@ function tm
382 esac 382 esac
383 done 383 done
384 384
385 shift $((OPTIND-1))
386
385 $tmux start-server 387 $tmux start-server
386 388
387 if [[ -z "$1" ]]; then 389 if [[ -z "$1" ]]; then