Skip to content

Commit

Permalink
[tmux] load .tmux.conf.local if existed
Browse files Browse the repository at this point in the history
  • Loading branch information
JiajunW committed Aug 26, 2024
1 parent eb39b36 commit f74428a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ set -g message-style bg=magenta,fg=white,bright
set -g status-left-length 40
set -g status-justify left

if-shell "uname | grep -q Darwin" "source-file ~/.tmux.mac.conf" "source-file ~/.tmux.linux.conf"
if-shell "uname | grep -q Darwin" "source-file ~/.tmux.conf.mac" "source-file ~/.tmux.conf.linux"
if-shell "test -s ~/.tmux.conf.local" "source-file ~/.tmux.conf.local"

# vim: ft=tmux
File renamed without changes.
File renamed without changes.

0 comments on commit f74428a

Please sign in to comment.