Add license headers to bwexport and tmux config
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# SPDX-FileCopyrightText: 2026 Kris Lamoureux <kris@lamoureux.io>
|
||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
msg() {
|
msg() {
|
||||||
printf '[%s]: %s\n' "$1" "$2"
|
printf '[%s]: %s\n' "$1" "$2"
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2026 Kris Lamoureux <kris@lamoureux.io>
|
||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
# prefix+r to reload
|
# prefix+r to reload
|
||||||
bind r source-file ~/.tmux.conf \; display "Config reloaded!"
|
bind r source-file ~/.tmux.conf \; display "Config reloaded!"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user