mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2025-09-09 00:04:43 +00:00
Bugfix: default-command
utilizes $SHELL env var
The `default-command` setting on OS X determines the default shell if `default-shell` is not set. This update enables use of any user defined shell, even if `default-shell` is not set. Fixes #2
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
### master
|
||||
- bugfix: determine the default shell from the $SHELL env var on OS X
|
||||
|
||||
### v1.0.0, 2014-07-30
|
||||
- initial work on the plugin
|
||||
|
Reference in New Issue
Block a user