Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion only_scroll_sometimes.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/env bash

num_scrolls_to_scroll=$1

Expand Down
2 changes: 1 addition & 1 deletion scroll_copy_mode.tmux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/env bash

CURRENT_DIR="$( dirname "$0" )"

Expand Down
2 changes: 1 addition & 1 deletion tests/basic_functionality_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/env bash

# Setup
#tmux() {
Expand Down