1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-30 08:01:00 +02:00
tmux-fingers/tmux-fingers.tmux
2020-12-27 20:20:00 +01:00

7 lines
242 B
Bash
Executable File

#!/usr/bin/env ruby
fingers_root = File.dirname(__FILE__)
`tmux run-shell -b "#{fingers_root}/bin/fingers load_config" &>> #{fingers_root}/fingers.log`
#`tmux run-shell -b "#{File.dirname(__FILE__)}/bin/fingers check_version &> /dev/null"`