Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ion ion
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-os
  • ionion
  • Issues
  • #934

Closed
Open
Created 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
Time tracking