Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
ion
ion
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • redox-os
  • ionion
  • Issues
  • #934

Closed
Open
Opened Dec 26, 2019 by cinerea0@cinerea0

Aliases following a subexecutor do not work

Attempting to execute an aliased command prefaced by sudo or doas does not work like how it does in other shells. The following aliases have been set in ion's initrc:

  • alias ls = "ls --color"
  • alias sudo = "sudo "
  • alias doas = "doas "
  • alias vpm = "vpm --color=yes"
  • alias vsv = "vsv -c yes"

These are the results, with the first picture being the expected output that I get from zsh and the second picture being the output I get from ion: zsh-color ion-color Bizarrely, ion works perfectly when it is running inside tmux: ion-color2

Edited Dec 26, 2019 by cinerea0
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/ion#934