mirror of
https://github.com/tmuxinator/tmuxinator.git
synced 2026-04-29 18:58:48 -05:00
Alias mux to tmuxinator; Remove mux symlink.
Use abbr for fish.
This commit is contained in:
@@ -22,3 +22,4 @@ _tmuxinator() {
|
||||
}
|
||||
|
||||
complete -F _tmuxinator tmuxinator mux
|
||||
alias mux="tmuxinator"
|
||||
|
||||
@@ -20,3 +20,5 @@ complete -f -c $__fish_tmuxinator_program_cmd -n '__fish_tmuxinator_using_comman
|
||||
complete -f -c $__fish_tmuxinator_program_cmd -n '__fish_tmuxinator_using_command open' -a "(__fish_tmuxinator_program completions open)"
|
||||
complete -f -c $__fish_tmuxinator_program_cmd -n '__fish_tmuxinator_using_command copy' -a "(__fish_tmuxinator_program completions copy)"
|
||||
complete -f -c $__fish_tmuxinator_program_cmd -n '__fish_tmuxinator_using_command delete' -a "(__fish_tmuxinator_program completions delete)"
|
||||
|
||||
abbr --add mux "tmuxinator"
|
||||
|
||||
@@ -18,6 +18,7 @@ _tmuxinator() {
|
||||
}
|
||||
|
||||
compdef _tmuxinator tmuxinator mux
|
||||
alias mux="tmuxinator"
|
||||
|
||||
# Local Variables:
|
||||
# mode: Shell-Script
|
||||
|
||||
Reference in New Issue
Block a user