From 1a79fae1831776f7aa217bf6c5306b95d2ca1fb6 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 28 May 2022 07:25:49 +0800 Subject: [PATCH] update to 1.0.0 --- config/shell_list.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 config/shell_list.json diff --git a/config/shell_list.json b/config/shell_list.json deleted file mode 100644 index 1fc28c0..0000000 --- a/config/shell_list.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "brew-update": { - "description": "更新Homebrew(测试命令)", - "command": "brew update" - }, - "neofetch": { - "description": "在线运行neofetch", - "command": "bash <(curl -H 'User-Agent: Chrome' -s https://gitee.com/mirrors/neofetch/raw/master/neofetch)" - }, - "ip": { - "description": "查看本机的公网IP", - "command": "curl -s http://ip.zhamao.xin" - } -} \ No newline at end of file