Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken "tre" alias/function #2734

Closed
dpatou opened this issue Oct 7, 2020 · 0 comments
Closed

Broken "tre" alias/function #2734

dpatou opened this issue Oct 7, 2020 · 0 comments

Comments

@dpatou
Copy link
Contributor

dpatou commented Oct 7, 2020

Description:

The workspace/aliases.sh references multiple aliases around the tree command and it results in errors if tre alias is use

Expected Behavior:

Using the tre alias/function defined in workspace/aliases.sh should result in a nice output of the tree command but results in find: unknown predicate '-aC'

Origin of the issue:

workspace/aliases.sh successively declares tree as an alias of xtree which is a function around find. The tre alias then references a command that is not installed (and tries to use find with incorrect parameters).

Proposed Fixes:

  • Add tree command to the workspace image and remove the tree=xtree alias
    alernate fix :
  • Remove the tre function from workspace/aliases.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant