文件操作 - pythonista.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/tools/web_config/sample_prompts/pythonista.fish
编辑文件内容
# name: Simple Pythonista # author: davbo function fish_prompt if not set -q VIRTUAL_ENV_DISABLE_PROMPT set -g VIRTUAL_ENV_DISABLE_PROMPT true end set_color yellow printf '%s' (whoami) set_color normal printf ' at ' set_color magenta printf '%s' (hostname|cut -d . -f 1) set_color normal printf ' in ' set_color $fish_color_cwd printf '%s' (prompt_pwd) set_color normal # Line 2 echo if test $VIRTUAL_ENV printf "(%s) " (set_color blue)(basename $VIRTUAL_ENV)(set_color normal) end printf '↪ ' set_color normal end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件