mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
Fixed incorrect tmux alias
This commit is contained in:
@@ -3,7 +3,7 @@ alias tm="tmux"
|
||||
alias tma="tm att"
|
||||
alias tmn="tm new"
|
||||
alias tml="tm ls"
|
||||
alias tmm="tm -s main"
|
||||
alias tmm="tmn -s main"
|
||||
|
||||
# Tmux Completion
|
||||
if [ -f "/usr/local/etc/bash_completion.d/tmux" ]; then
|
||||
|
||||
Reference in New Issue
Block a user