neovim config

This commit is contained in:
2025-08-04 16:48:51 -04:00
parent 65e09160bc
commit 6766b17ed3
4 changed files with 98 additions and 4 deletions

12
.bashrc
View File

@@ -14,6 +14,16 @@ eval "$(starship init bash)"
alias reboot-to-windows='sudo grub-reboot "Windows Boot Manager (on /dev/nvme1n1p1)" && sudo reboot'
export PATH=~/.npm-global/bin:~/.local/bin:$PATH
export SSH_AUTH_SOCK=~/.1password/agent.sock
export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
alias claude="/home/pmcc/.claude/local/claude"
# Added by LM Studio CLI (lms)
export PATH="$PATH:/home/pmcc/.lmstudio/bin"
# End of LM Studio CLI section
upload_arch_pkg() {
local pkg=$1
local category=$2
curl --user pmcc:b09e2881ab178613d2b6bfee7b4efa0178aea5d8 --upload-file "$pkg" "https://gitea.itspm.cc/api/packages/pmcc/arch/$category"
}