diff options
Diffstat (limited to 'bash/bashrc.d/ls.bash')
-rw-r--r-- | bash/bashrc.d/ls.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/ls.bash b/bash/bashrc.d/ls.bash index cd23bbe9..4b647163 100644 --- a/bash/bashrc.d/ls.bash +++ b/bash/bashrc.d/ls.bash @@ -18,4 +18,3 @@ unset -v colors ls() { command ls "${LSOPTS[@]}" "$@" } - |