[zsh] Attach tmux to a fzf selection

This commit is contained in:
Sebastian Schulze 2020-01-17 17:04:21 +01:00
parent 3c6ad5e424
commit 57fbac7641
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ source $ZSH/oh-my-zsh.sh
source $ZSH_CUSTOM/plugins/fzf-marks/fzf-marks.plugin.zsh
alias va="vagrant"
alias ta="tm a -t"
alias ta="tmux attach $(tmux ls -F "#{session_name}" | fzf)"
alias bi="bundle install"
alias be="bundle exec"
alias ber="bundle exec rake"