From ec9c54242674da461077f59c5c0baa9aed6479f2 Mon Sep 17 00:00:00 2001 From: ajet Date: Mon, 4 Aug 2025 10:33:27 -0400 Subject: [PATCH] add devbox alias --- .bashrc | 3 ++- .zshrc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a8b1924..1f79e7c 100644 --- a/.bashrc +++ b/.bashrc @@ -79,7 +79,7 @@ alias o="rg --files . | fzf | xargs nvim" alias c="clear" alias z="zoxide" alias b="bore local -t ajet.lol" - +alias devbox="ssh root@192.168.1.45" #enable vim mode set -o vi @@ -98,3 +98,4 @@ export STARSHIP_CONFIG=~/.config/starship/starship.toml eval "$(zoxide init bash)" eval "$(starship init bash)" +export PATH="$PATH:/opt/nvim-linux-x86_64/bin" diff --git a/.zshrc b/.zshrc index 6043a0f..623fea8 100644 --- a/.zshrc +++ b/.zshrc @@ -54,6 +54,7 @@ alias b="bore local -t ajet.lol" alias ht="nvim ~/temp.http" alias gs="git stash" alias gsp="git stash pop" +alias devbox="ssh root@192.168.1.45" #lazy work things alias ss="script/server"