Chrowe

colorls

Customising ksh with colorls, 25 July, 2022

    commands:
      # doas pkg_add colorls
      # nano ~/.profile
  PS1='$USER:$PWD# '
  export PS1
  LSCOLORS=fxexcxdxbxegedabagacad
  export LSCOLORS
  alias ls='colorls -G'

This is the site I found the information from: Nan Xiao's Blog