summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-09-05 20:26:00 +0000
committerMike Crute <mike@crute.us>2019-09-05 20:27:14 +0000
commit4de4275399622aeab02ad35481edbc5941013856 (patch)
tree6436fdd22aae526b2759ba993509f0f7d6f88374 /.bashrc
parent1291f06fa4f8d0326065d0e1fc3cccd6f7d67354 (diff)
downloaddotfiles-4de4275399622aeab02ad35481edbc5941013856.tar.bz2
dotfiles-4de4275399622aeab02ad35481edbc5941013856.tar.xz
dotfiles-4de4275399622aeab02ad35481edbc5941013856.zip
Create tmux session for newsboat
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index b913a66..bbfc6d4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -463,6 +463,11 @@ function tmux_session_home
463 tmux set-option -t "$1" prefix C-@ 463 tmux set-option -t "$1" prefix C-@
464} 464}
465 465
466function tmux_session_newsboat
467{
468 tmux send-keys -t "$1" "exec newsboat" C-m
469}
470
466# 471#
467# USEFUL FUNCTIONS 472# USEFUL FUNCTIONS
468# 473#