From 57fbac76417831979e3b02bd2c203820938eb8f2 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 17 Jan 2020 17:04:21 +0100 Subject: [PATCH] [zsh] Attach tmux to a fzf selection --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 94bb65f..59ee030 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -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"