mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 05:23:17 -09:00
add devbox alias
This commit is contained in:
parent
4ba7af9ba0
commit
ec9c542426
3
.bashrc
3
.bashrc
@ -79,7 +79,7 @@ alias o="rg --files . | fzf | xargs nvim"
|
|||||||
alias c="clear"
|
alias c="clear"
|
||||||
alias z="zoxide"
|
alias z="zoxide"
|
||||||
alias b="bore local -t ajet.lol"
|
alias b="bore local -t ajet.lol"
|
||||||
|
alias devbox="ssh root@192.168.1.45"
|
||||||
|
|
||||||
#enable vim mode
|
#enable vim mode
|
||||||
set -o vi
|
set -o vi
|
||||||
@ -98,3 +98,4 @@ export STARSHIP_CONFIG=~/.config/starship/starship.toml
|
|||||||
|
|
||||||
eval "$(zoxide init bash)"
|
eval "$(zoxide init bash)"
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
export PATH="$PATH:/opt/nvim-linux-x86_64/bin"
|
||||||
|
1
.zshrc
1
.zshrc
@ -54,6 +54,7 @@ alias b="bore local -t ajet.lol"
|
|||||||
alias ht="nvim ~/temp.http"
|
alias ht="nvim ~/temp.http"
|
||||||
alias gs="git stash"
|
alias gs="git stash"
|
||||||
alias gsp="git stash pop"
|
alias gsp="git stash pop"
|
||||||
|
alias devbox="ssh root@192.168.1.45"
|
||||||
|
|
||||||
#lazy work things
|
#lazy work things
|
||||||
alias ss="script/server"
|
alias ss="script/server"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user