mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 00:24:06 -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
|
||||
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
|
||||
test -d $HOME/.pulumi/bin && set -a paths_to_add $HOME/.pulumi/bin
|
||||
|
||||
@@ -119,5 +122,5 @@ end
|
||||
|
||||
# atuin (magical shell history)
|
||||
if command -q atuin
|
||||
atuin init fish | source
|
||||
atuin init fish --disable-up-arrow | source
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user