diff options
Diffstat (limited to 'bash/bashrc.d/tmux.bash')
-rw-r--r-- | bash/bashrc.d/tmux.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/tmux.bash b/bash/bashrc.d/tmux.bash index 200001da..c70a7908 100644 --- a/bash/bashrc.d/tmux.bash +++ b/bash/bashrc.d/tmux.bash @@ -14,4 +14,3 @@ tmux() { command tmux new-session -s "${TMUX_SESSION:-default}" fi } - |