POSIX compliant redirect

This commit is contained in:
Jorge Morante 2021-01-02 18:59:45 +01:00
parent be7f065c3c
commit 904173720b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Fingers::Commands::LoadConfig < Fingers::Commands::Base
input_mode = 'fingers-mode'
ruby_bin = "#{RbConfig.ruby} --disable-gems"
`tmux bind-key #{Fingers.config.key} run-shell -b "#{ruby_bin} #{cli} start '#{input_mode}' '\#{pane_id}' &>> #{Fingers::Dirs::LOG_PATH}"`
`tmux bind-key #{Fingers.config.key} run-shell -b "#{ruby_bin} #{cli} start '#{input_mode}' '\#{pane_id}' >#{Fingers::Dirs::LOG_PATH} 2>&1"`
setup_fingers_mode_bindings if input_mode == 'fingers-mode'
end