文件操作 - __fish_cursor_konsole.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/functions/__fish_cursor_konsole.fish
编辑文件内容
function __fish_cursor_konsole -d 'Set cursor (konsole)' set -l shape $argv[1] switch "$shape" case block echo -en '\e]50;CursorShape=0\x7' case underscore echo -en '\e]50;CursorShape=2\x7' case line echo -en '\e]50;CursorShape=1\x7' end end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件