chore: Small updates ec01258c
Steve · 2025-02-16 16:20 4 file(s) · +8 −1
.gitignore +1 −0
1 1
/zed/.config/zed/conversations/
2 2
/.DS_Store
3 +
/zed/.config/zed/prompts/prompts-library-db.0.mdb/
fastfetch/.config/fastfetch/presets/examples/20.jsonc +1 −1
64 64
        {
65 65
            "type": "host",
66 66
            "key": "│ MACHINE    │{$1}",
67 -
            "format": "{name}"
67 +
            "format": "MacBook Pro"
68 68
        },
69 69
        {
70 70
            "type": "custom",
nushell/.config/nushell/config.nu +4 −0
904 904
      }
905 905
    }]
906 906
907 +
def t [] {
908 +
  sesh list -i | gum filter --limit 1 --placeholder "Choose a session" --height 50 --prompt="⚡"
909 +
}
910 +
907 911
alias ll = ls -l
908 912
alias la = ls -a
909 913
alias lg = lazygit
nushell/.config/nushell/env.nu +2 −0
114 114
path add ~/.deno/bin
115 115
path add ~/.foundry/bin
116 116
path add ~/.local/share/pinata-go-cli
117 +
path add ~/.local/share/solana/install/active_release/bin
118 +
$env.RUSTUP_TOOLCHAIN = "nightly-2024-11-19"
117 119
# $env.FNM_DIR = "/Users/stevedsimkins/Library/Application Support/fnm"
118 120
# $env.FNM_ARCH = "arm64"
119 121
# $env.FNM_LOGLEVEL = "info"