add ghostty config

This commit is contained in:
Alexander Navarro 2025-01-28 12:27:22 -03:00
parent 6a7b800f8c
commit e67f758e35
3 changed files with 107 additions and 6 deletions

View file

@ -37,8 +37,12 @@ update_path "$PNPM_HOME"
{{ /if }}
{{ #if (command_success "[ -d $HOME/.bun ]") }}
export BUN_INSTALL="$HOME/.bun"
update_path "$BUN_INSTALL/bin"
export BUN_INSTALL="$HOME/.bun"
update_path "$BUN_INSTALL/bin"
# bun completions
[ -s "/home/aleidk/.bun/_bun" ] && source "/home/aleidk/.bun/_bun"
{{ /if }}
{{ #if (is_executable "rye") }}
@ -50,6 +54,10 @@ source "$HOME/.rye/env"
update_path "$HOME/.cargo/bin/"
{{ /if }}
{{ #if (is_executable "tofu") }}
complete -o nospace -C /usr/bin/tofu tofu
{{ /if }}
{{~ #if (eq (env_var "OS") "macos") }}
eval "$(/opt/homebrew/bin/brew shellenv)"
{{ /if ~}}