shell: Separate date from time in `pli`

master
Pierre Neidhardt 2015-09-10 10:39:19 +02:00
parent 4ea209050c
commit a7e8a8cf64
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ if command -v pacman >/dev/null 2>&1; then
}
pli () {
expac -t %F-%T '%-8l %n' | sort -rn | head -${1:-30}
expac -t '%F %T' '%-8l %n' | sort -rn | head -${1:-30}
}
fi