improve(ls): add ls colors
This commit is contained in:
parent
a3158b5c51
commit
bbe4d59be7
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ case $arg in
|
||||||
n|new) sanitize_paths "$@" && new "$@" && shift $(($#-1)) && cond_copy "$1";;
|
n|new) sanitize_paths "$@" && new "$@" && shift $(($#-1)) && cond_copy "$1";;
|
||||||
g|get) sanitize_paths "$@" && get "$@" ;;
|
g|get) sanitize_paths "$@" && get "$@" ;;
|
||||||
x|copy) sanitize_paths "$1" && copy "$1" ;;
|
x|copy) sanitize_paths "$1" && copy "$1" ;;
|
||||||
l|ls|list) sanitize_paths "$@" && __NOPACK=y archive_exec ls -Ap1 -- "$@" ;;
|
l|ls|list) sanitize_paths "$@" && __NOPACK=y archive_exec ls --color=auto -Ap1 -- "$@" ;;
|
||||||
r|rm) sanitize_paths "$@" && archive_exec rm -rf -- "$@" ;;
|
r|rm) sanitize_paths "$@" && archive_exec rm -rf -- "$@" ;;
|
||||||
m|mv) sanitize_paths "$@" && move "$@" ;;
|
m|mv) sanitize_paths "$@" && move "$@" ;;
|
||||||
e|exec) archive_exec "$@" ;;
|
e|exec) archive_exec "$@" ;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue