comparison tmux/tmux.conf @ 376:e025c3686025

Don't assume fish's location.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 08 Aug 2017 21:46:51 -0700
parents f00dd35b4731
children c05a8f250042
comparison
equal deleted inserted replaced
375:8b2403eec572 376:e025c3686025
10 # Thyme integration 10 # Thyme integration
11 #set-option -g status-right '#(cat ~/.thyme-tmux)' 11 #set-option -g status-right '#(cat ~/.thyme-tmux)'
12 #set-option -g status-interval 1 12 #set-option -g status-interval 1
13 13
14 # Default to fish 14 # Default to fish
15 set -g default-command "/usr/local/bin/fish" 15 set -g default-command "fish"
16 16