mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
fixed function namescape
This commit is contained in:
parent
463b58d166
commit
c8ed275973
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ function trash() {
|
|||
IFS=$temp_ifs
|
||||
}
|
||||
|
||||
function listDownloads() {
|
||||
function viewDownloadsList() {
|
||||
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV*\
|
||||
'select LSQuarantineDataURLString from LSQuarantineEvent'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue