Files
alfred-preferences/Alfred.alfredpreferences/snippets/cmd/變更目錄權限為目前使用者 [D5A77C3A-F546-4083-AB0D-8DC32760829C].json
2026-03-26 09:22:38 +08:00

8 lines
217 B
JSON

{
"alfredsnippet" : {
"snippet" : "sudo chown -Rfv $(whoami):$(whoami) {cursor}",
"uid" : "D5A77C3A-F546-4083-AB0D-8DC32760829C",
"name" : "變更目錄權限為目前使用者",
"keyword" : ""
}
}