Compare commits
2 Commits
6281d1cc0c
...
cd1c59f021
| Author | SHA1 | Date | |
|---|---|---|---|
| cd1c59f021 | |||
| 01cd8eff49 |
@@ -14,8 +14,8 @@ if status is-interactive
|
|||||||
test "$cat_cmd" = "batcat"; and abbr bat batcat
|
test "$cat_cmd" = "batcat"; and abbr bat batcat
|
||||||
test "$find_cmd" = "fdfind"; and abbr fd fdfind
|
test "$find_cmd" = "fdfind"; and abbr fd fdfind
|
||||||
|
|
||||||
# 使用 --cmd=cd:让 cd 也具备 zoxide 的跳转能力(交互式对应 cdi)
|
# 使用 zoxide init 添加 cd 和 cdi 命令
|
||||||
type -q zoxide; and zoxide init --cmd=cd fish | source
|
type -q zoxide; and zoxide init --cmd cd fish | source
|
||||||
|
|
||||||
# 命令缩写配置
|
# 命令缩写配置
|
||||||
test -n "$ls_cmd"; and abbr ls $ls_cmd
|
test -n "$ls_cmd"; and abbr ls $ls_cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user