We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa4bf0 commit dd8ca81Copy full SHA for dd8ca81
helpers.sh
@@ -1,8 +1,5 @@
1
#!/usr/bin/env bash
2
3
-CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
-source "$CURRENT_DIR/helpers.sh"
5
-
6
get_tmux_option() {
7
local option="$1"
8
local default_value="$2"
0 commit comments