mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-03 23:16:50 +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
|
for arg in "$@"; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
-g|--git) layout="full" ;;
|
-g|--git) layout="full" ;;
|
||||||
oc|--oc) tool="oc" ;;
|
opencode|--oc) tool="opencode" ;;
|
||||||
cc|--cc) tool="cc" ;;
|
claude|--cc) tool="cluade" ;;
|
||||||
codex|--codex) tool="codex" ;;
|
codex|--codex) tool="codex" ;;
|
||||||
copilot|--copilot) tool="copilot" ;;
|
copilot|--copilot) tool="copilot" ;;
|
||||||
*) session="$arg" ;;
|
*) session="$arg" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user