Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nibazshab committed Oct 14, 2024
1 parent 4aaa8f9 commit c93a5a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions documents/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ go get 换源阿里 `go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direc
go 好用的工具

```sh
golangci-lint run ./... # 检测代码

go install github.com/kisielk/errcheck@latest # 检查没有处理的错误
errcheck -blank ./...

Expand Down
2 changes: 1 addition & 1 deletion documents/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="link">

[Zexin's Blog](https://zexin.eu.org)
[不可视之线](https://n2x.club)
[不可视之线](https://noemo.icu)
[649 导航](https://nav.0808188.xyz)
[649 在线文档](https://docs.0808188.xyz)

Expand Down
2 changes: 1 addition & 1 deletion documents/pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ OPPO 手机 A3|专卖店|2018/8|12|✗
美的吸顶灯|京东|2023/6|60|次卧
美的吸顶灯|京东|2023/6|60|主卧
TCL 吊灯|京东|2022/1|36|客厅
全品屋椅子|京东|2021/9|36|宿舍
全品屋椅子|京东|2021/9|36|
米家电水壶 1A|京东|2021/6|12|厨房
2 changes: 2 additions & 0 deletions documents/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ sfdisk /dev/sdb < sdb.bkp
```
```sh
# fish 添加 PATH
fish_add_path /root/bin
pacman # arch 系列包管理器,-S 安装,-Si 查看信息,-Ql 查看本地文件,-Ss 根据关键词搜索包,-F 根据文件名查询包,-Rs 卸载,-Qdt 查找孤立依赖包,-U 安装本地文件,-Syu 更新所有包,--noconfirm 跳过确认
# 转换 webp 为 png
dwebp a.webp -o a.png
Expand Down

0 comments on commit c93a5a5

Please sign in to comment.