This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local ret_status="%{%F{magenta}%}🚀%{$reset_color%}" | |
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%} " | |
function _prompt_char() { | |
if $(git rev-parse --is-inside-work-tree >/dev/null 2>&1); then | |
echo "%{%F{blue}%}±%{%f%k%b%}" | |
else | |
echo '%{%F{magenta}%}🚀%{%f%k%b%}' | |
fi | |
} |
递归删除指定路径下所有对象,包括子目录下的对象
import os
import sys
import boto3
from collections import deque
import multiprocessing