chore: Added remote updates
6a6363d1
6 file(s) · +10 −10
| 1 | 1 | ||
| 2 | 2 | source "/Users/stevedsimkins/.deno/env.fish" |
|
| 3 | - | source "/Users/stevedylandev/.deno/env.fish" |
|
| 3 | + | source "/Users/stevedylandev/.deno/env.fish" |
|
| 4 | + | source "/Users/steve-simkins/.deno/env.fish" |
| 902 | 902 | ||
| 903 | 903 | # Function to open sesh |
|
| 904 | 904 | def t [] { |
|
| 905 | - | let selected = (sesh list -i | gum filter --limit 1 --placeholder "Choose a session" --height 50 --prompt="⚡") |
|
| 905 | + | let selected = (sesh list -i | gum filter --limit 1 --placeholder "Choose a session" --height 50 --prompt="> " --indicator.foreground="2" --match.foreground="2") |
|
| 906 | 906 | if ($selected | is-empty) { |
|
| 907 | 907 | echo "No session selected" |
|
| 908 | 908 | } else { |
|
| 931 | 931 | alias shitter = ssh itter |
|
| 932 | 932 | alias tailscale = /Applications/Tailscale.app/Contents/MacOS/Tailscale |
|
| 933 | 933 | alias ai = aichat |
|
| 934 | + | alias ma = macchina |
|
| 935 | + | alias bonsai = cbonsai -li -t 0.4 |
|
| 934 | 936 | ||
| 935 | 937 | mkdir ($nu.data-dir | path join "vendor/autoload") |
|
| 936 | 938 | starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu") |
|
| 92 | 92 | path add ~/Library/Android/sdk/emulator |
|
| 93 | 93 | path add ~/Library/Android/sdk/platform-tools |
|
| 94 | 94 | $env.JAVA_HOME = "/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home" |
|
| 95 | - | $env.RUSTUP_TOOLCHAIN = "nightly-2025-01-05" |
|
| 95 | + | # $env.RUSTUP_TOOLCHAIN = "nightly-2025-01-05" |
|
| 96 | 96 | $env.config.filesize.unit = "MB" |
|
| 97 | 97 | $env.BAT_THEME_DARK = "ansi" |
|
| 98 | 98 | $env.BAT_THEME = "ansi" |
| 18 | 18 | runBuildScripts = true, |
|
| 19 | 19 | }, |
|
| 20 | 20 | -- Add other rust-analyzer specific settings here |
|
| 21 | - | checkOnSave = { |
|
| 22 | - | allFeatures = true, |
|
| 23 | - | command = "clippy", |
|
| 24 | - | extraArgs = { "--no-deps" }, |
|
| 25 | - | }, |
|
| 21 | + | checkOnSave = true, |
|
| 26 | 22 | procMacro = { |
|
| 27 | 23 | enable = true, |
|
| 28 | 24 | ignored = { |
| 1 | 1 | set -g default-terminal "xterm-256color" |
|
| 2 | 2 | set-option -ga terminal-overrides ",xterm-256color:Tc" |
|
| 3 | 3 | set -ga terminal-overrides ",xterm-256color:Tc" |
|
| 4 | - | # set-option -g default-shell /opt/homebrew/bin/nu |
|
| 4 | + | set-option -g default-shell /opt/homebrew/bin/nu |
|
| 5 | 5 | ||
| 6 | 6 | # action key |
|
| 7 | 7 | unbind C-b |
|
| 20 | 20 | # set -g @t-fzf-prompt ' ' |
|
| 21 | 21 | ||
| 22 | 22 | bind-key "T" display-popup -E "sesh connect \"$( |
|
| 23 | - | sesh list -i | gum filter --limit 1 --placeholder 'Choose a session' --height 50 --indicator.foreground="44" --selected-indicator.foreground="44" --prompt='⚡' |
|
| 23 | + | sesh list -i | gum filter --limit 1 --placeholder "Choose a session" --height 50 --prompt="> " --indicator.foreground="2" --match.foreground="2" |
|
| 24 | 24 | )\"" |
|
| 25 | 25 | ||
| 26 | 26 | bind-key b set-option status |
|
| 99 | 99 | # bun |
|
| 100 | 100 | export BUN_INSTALL="$HOME/.bun" |
|
| 101 | 101 | export PATH="$BUN_INSTALL/bin:$PATH" |
|
| 102 | + | . "/Users/steve-simkins/.deno/env" |