mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-15 23:16:47 +00:00
chore: fix command alias
Signed-off-by: Li Tang <iamtangli42@gmail.com>
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -385,8 +385,8 @@ function dev() {
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
-g|--git) layout="full" ;;
|
||||
oc|--oc) tool="oc" ;;
|
||||
cc|--cc) tool="cc" ;;
|
||||
opencode|--oc) tool="opencode" ;;
|
||||
claude|--cc) tool="cluade" ;;
|
||||
codex|--codex) tool="codex" ;;
|
||||
copilot|--copilot) tool="copilot" ;;
|
||||
*) session="$arg" ;;
|
||||
|
||||
Reference in New Issue
Block a user