diff options
| -rwxr-xr-x | bin/.local/bin/scripts/pandoc-odt | 2 | ||||
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/pandoc-odt b/bin/.local/bin/scripts/pandoc-odt index 4d9a05e..0822479 100755 --- a/bin/.local/bin/scripts/pandoc-odt +++ b/bin/.local/bin/scripts/pandoc-odt @@ -1,4 +1,4 @@ -#!/usr/env/bin bash +#!/usr/bin/env bash pandoc $1 --citeproc -o $2.odt --bibliography=$HOME/Documents/bib/references.bib --csl=https://www.zotero.org/styles/apa diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 7e6bf2d..624dbb6 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -6,6 +6,7 @@ set -g visual-bell off set -g visual-silence off setw -g monitor-activity off set -g bell-action none +set-option -g renumber-windows on # statusbar set -g status-position bottom |
