mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 08:24:11 -06:00
feat: add opencode PATH and disable atuin up-arrow in Fish
This commit is contained in:
@@ -73,6 +73,9 @@ set -a paths_to_add $PNPM_HOME
|
|||||||
# spicetify
|
# spicetify
|
||||||
test -d $HOME/.spicetify && set -a paths_to_add $HOME/.spicetify
|
test -d $HOME/.spicetify && set -a paths_to_add $HOME/.spicetify
|
||||||
|
|
||||||
|
# opencode
|
||||||
|
test -d $HOME/.opencode/bin && set -a paths_to_add $HOME/.opencode/bin
|
||||||
|
|
||||||
# pulumi
|
# pulumi
|
||||||
test -d $HOME/.pulumi/bin && set -a paths_to_add $HOME/.pulumi/bin
|
test -d $HOME/.pulumi/bin && set -a paths_to_add $HOME/.pulumi/bin
|
||||||
|
|
||||||
@@ -119,5 +122,5 @@ end
|
|||||||
|
|
||||||
# atuin (magical shell history)
|
# atuin (magical shell history)
|
||||||
if command -q atuin
|
if command -q atuin
|
||||||
atuin init fish | source
|
atuin init fish --disable-up-arrow | source
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user