github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/integrations/coreutils_posix.mx (about)

     1  autocomplete set man %[{
     2      IncExePath: true
     3  }]
     4  
     5  autocomplete set man-summary %[{
     6      IncExePath:    true
     7      AllowMultiple: true
     8  }]
     9  
    10  autocomplete set sudo %[
    11      {
    12          IncFiles:   true
    13          IncDirs:    true
    14          IncExePath: true
    15      }
    16      {
    17          NestedCommand: true
    18      }
    19  ]
    20  
    21  #alias ls=ls --color=auto
    22  alias grep=grep --color=auto
    23  alias egrep=grep -E --color=auto
    24  
    25  $ENV.CLICOLOR = true