summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-30 07:26:39 +0200
committerAnton Khirnov <anton@khirnov.net>2021-05-30 07:26:39 +0200
commitb3bc589c57e01fb3a654329b813abe6657d8cd88 (patch)
tree27153c911a9ffd87fdc4fe0bb2d23e9c148e9955 /dotfiles
parentce55ab83323b31f546babf5d82dc33a144961d46 (diff)
tmux: fix typo in last commit
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index 42181f3..721e274 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -45,7 +45,7 @@ set-option -g update-environment "\
DBUS_SESSION_BUS_ADDRESS\
"
-set -g status-right "$[fg=colour178]#H#[default]|%a %F %H:%M"
+set -g status-right "#[fg=colour178]#H#[default]|%a %F %H:%M"
set -g status-right-length 48
set -g status-style fg=colour194,bold,bg=colour23