mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Remove useless piece of code left from "borrowing" it from rbenv
This commit is contained in:
@@ -7,7 +7,7 @@ shopt -s nullglob
|
||||
{ for path in ${PATH//:/$'\n'}; do
|
||||
for command in "${path}/tmuxifier-"*; do
|
||||
command="${command##*tmuxifier-}"
|
||||
echo ${command##sh-}
|
||||
echo "$command"
|
||||
done
|
||||
done
|
||||
} | sort | uniq
|
||||
|
||||
Reference in New Issue
Block a user