diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 20:09:00 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:41:10 +0200 |
| commit | 55d3b53816c760973379c2231699b2e7fcce02d8 (patch) | |
| tree | 08ccd9c418284c8745ccdba102159798b1944353 /.config/tmux | |
| parent | db2a2fe0848c0d7d004ac3310bca4b837229aa7c (diff) | |
| download | dotfiles-55d3b53816c760973379c2231699b2e7fcce02d8.tar.gz dotfiles-55d3b53816c760973379c2231699b2e7fcce02d8.zip | |
misc: fix wording, comments, typos
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 0431696..3a6be99 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,7 +1,7 @@ # tmux configuration file # See `man 1 tmux` -# Ran when tmux's server start (not the client) +# Ran when the tmux's server starts (not the client) # To reload: `source-file ~/.config/tmux/tmux.conf` set-option -g default-shell /usr/bin/bash |
