Skip to content

ls: " is not taken in consideration when building table #3584

Closed
@AndreasBrostrom

Description

@AndreasBrostrom

image

$ coreutils --help
coreutils 0.0.14 (multi-call binary)
$ echo $SHELL
/bin/fish
~ 
$ cat .config/fish/conf.d/00_aliases.fish
alias ls='ls --color=auto'
alias ll='ls -alF'
alias lsl='ls -lF'
alias la='ls -A'
alias lsa='la'
alias l='ls -CF'
alias lr='ls -ltrh'
alias lra='ls -ltrha'
alias dir='dir --color=auto'
alias dir='ls -l'
alias vdir='vdir --color=auto'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions