mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-02 15:10:37 +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
|
||||
###############################################################################
|
||||
@@ -512,9 +505,7 @@ function copilot_local {
|
||||
copilot
|
||||
}
|
||||
|
||||
# Kiro CLI post block. Keep at the bottom of this file.
|
||||
# [[ -f "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh"
|
||||
|
||||
|
||||
# Added by Antigravity CLI installer
|
||||
export PATH="/Users/d0zingcat/.local/bin:$PATH"
|
||||
function zi() {
|
||||
local dir
|
||||
dir=$(zoxide query -l | fzf --preview 'ls -la {}') && z "$dir"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user