add ghostty config
This commit is contained in:
parent
6a7b800f8c
commit
e67f758e35
3 changed files with 107 additions and 6 deletions
|
|
@ -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 ~}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue