mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-07 01:59:13 +00:00
fish: disable tmux auto-attach (handle with terminal rather than shell)
This commit is contained in:
parent
0307c91860
commit
0c9b32b8ee
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
programs.fish.interactiveShellInit =
|
||||
# Launch tmux
|
||||
''
|
||||
if not set -q TMUX
|
||||
tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s) -c $HOME
|
||||
end
|
||||
'' +
|
||||
# ''
|
||||
# if not set -q TMUX
|
||||
# tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s) -c $HOME
|
||||
# end
|
||||
# '' +
|
||||
# Open command buffer in vim when alt+e is pressed
|
||||
''
|
||||
bind \ee edit_command_buffer
|
||||
|
|
Loading…
Reference in a new issue