mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-02 23:16:48 +00:00
chore: add zi and remove kiro-cli
Signed-off-by: Li Tang <iamtangli42@gmail.com>
This commit is contained in:
17
.zshrc
17
.zshrc
@@ -1,10 +1,3 @@
|
|||||||
|
|
||||||
# Kiro CLI pre block. Keep at the top of this file.
|
|
||||||
# [[ -f "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.pre.zsh"
|
|
||||||
|
|
||||||
|
|
||||||
# Kiro CLI pre block. Keep at the top of this file.
|
|
||||||
#
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# My Dotfiles - Zsh Configuration
|
# My Dotfiles - Zsh Configuration
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@@ -512,9 +505,7 @@ function copilot_local {
|
|||||||
copilot
|
copilot
|
||||||
}
|
}
|
||||||
|
|
||||||
# Kiro CLI post block. Keep at the bottom of this file.
|
function zi() {
|
||||||
# [[ -f "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh"
|
local dir
|
||||||
|
dir=$(zoxide query -l | fzf --preview 'ls -la {}') && z "$dir"
|
||||||
|
}
|
||||||
# Added by Antigravity CLI installer
|
|
||||||
export PATH="/Users/d0zingcat/.local/bin:$PATH"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user