changes to modules + adoption of PC

This commit is contained in:
2026-06-24 21:59:08 -05:00
parent 872d29c688
commit 03c2d57c67
46 changed files with 970 additions and 217 deletions
+31
View File
@@ -0,0 +1,31 @@
if status is-interactive
starship init fish | source
zoxide init fish | source
alias cd=z
alias docker=podman
alias ls='eza --icons'
export PATH="$HOME/.npm-global/bin:$PATH"
alias kubectx='kubectl config use-context'
alias nrs="sudo nixos-rebuild switch --flake /home/river/nixos-dotfiles#pc"
alias config="nvim /home/river/nixos-dotfiles/hosts/pc/configuration.nix"
alias v=nvim
end
function fish_greeting
end
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH
alias cea="bunx create-expo-app --no-install"
export PATH="$HOME/.local/bin:$PATH"
set -x GPG_TTY $(tty)
# OpenClaw Completion
test -f "/home/river/.openclaw/completions/openclaw.fish"; and source "/home/river/.openclaw/completions/openclaw.fish"
set -gx CLAUDE_CODE_MAX_OUTPUT_TOKENS 64000