Skip to content

Commit b0a6cfa

Browse files
authored
Fix typo
1 parent fec8b56 commit b0a6cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensible.tmux

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ command_exists() {
2121

2222
escape_for_regex() {
2323
local inp="$1"
24-
echo inp | sed 's/\\/\\\\/g'
24+
echo $inp | sed 's/\\/\\\\/g'
2525
}
2626

2727
# returns prefix key, e.g. 'C-a'

0 commit comments

Comments
 (0)