mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
For sanity's sake
This commit is contained in:
@@ -27,7 +27,7 @@ case "$command" in
|
|||||||
command_path="$(command -v "tmuxifier-$command" || true)"
|
command_path="$(command -v "tmuxifier-$command" || true)"
|
||||||
|
|
||||||
# Attempt to resolve aliases
|
# Attempt to resolve aliases
|
||||||
if [ -z $command_path ]; then
|
if [ -z "$command_path" ]; then
|
||||||
resolved="$(tmuxifier-alias "$command")"
|
resolved="$(tmuxifier-alias "$command")"
|
||||||
if [ ! -z "$resolved" ]; then
|
if [ ! -z "$resolved" ]; then
|
||||||
command_path="$(command -v "tmuxifier-$resolved" || true)"
|
command_path="$(command -v "tmuxifier-$resolved" || true)"
|
||||||
|
|||||||
Reference in New Issue
Block a user