diff options
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 |
