Skip to content

Commit 0d548c3

Browse files
committed
fix(shell): Update snapshots to use KIRO_ prefix after rebranding
Update shell integration snapshots to match the recent rebranding from Q_ to KIRO_ environment variable prefix. This fixes the failing dotfile_shell_integrations_snapshot test.
1 parent 2af0029 commit 0d548c3

12 files changed

+36
-36
lines changed

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__bash_post_bash_login.post.bash.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
[ -n "$BASH_VERSION" ] && command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init bash post --rcfile bash_login)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__bash_post_bash_profile.post.bash.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
[ -n "$BASH_VERSION" ] && command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init bash post --rcfile bash_profile)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__bash_post_bashrc.post.bash.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
[ -n "$BASH_VERSION" ] && command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init bash post --rcfile bashrc)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__bash_post_profile.post.bash.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
[ -n "$BASH_VERSION" ] && command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init bash post --rcfile profile)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__bash_pre_bash_login.pre.bash.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
[ -n "$BASH_VERSION" ] && command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init bash pre --rcfile bash_login)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__bash_pre_bash_profile.pre.bash.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
[ -n "$BASH_VERSION" ] && command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init bash pre --rcfile bash_profile)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__bash_pre_bashrc.pre.bash.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
[ -n "$BASH_VERSION" ] && command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init bash pre --rcfile bashrc)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__bash_pre_profile.pre.bash.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
[ -n "$BASH_VERSION" ] && command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init bash pre --rcfile profile)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__zsh_post_zprofile.post.zsh.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init zsh post --rcfile zprofile)"

crates/fig_integrations/src/shell/snapshots/fig_integrations__shell__test__zsh_post_zshrc.post.zsh.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source: crates/fig_integrations/src/shell/mod.rs
33
expression: integration.get_contents()
44
---
5-
_Q_LOCAL_BIN="$HOME/.local/bin"
6-
[[ ":$PATH:" != *":$_Q_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_Q_LOCAL_BIN"
7-
unset _Q_LOCAL_BIN
5+
_KIRO_LOCAL_BIN="$HOME/.local/bin"
6+
[[ ":$PATH:" != *":$_KIRO_LOCAL_BIN:"* ]] && PATH="${PATH:+"$PATH:"}$_KIRO_LOCAL_BIN"
7+
unset _KIRO_LOCAL_BIN
88

99
command -v kiro-cli >/dev/null 2>&1 && eval "$(kiro-cli init zsh post --rcfile zshrc)"

0 commit comments

Comments
 (0)